tm-sdk:svc-test
Full name:
com.avoka.tm:tm-sdk-maven-plugin:24.10.0:svc-test
Description:
MOJO class providing "svc-test" goal
It will run the services unit test locally.
Attributes:
- Requires a Maven project to be executed.
- The goal is not marked as thread-safe and thus does not support parallel builds.
- Since version:
22.4.0.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<managerClientCode> |
String |
- |
The service Organization client code User Property: manager.client.code |
<svcTestFilesets> |
FileSet[] |
- |
The fileset configuration of service definitions to test User Property: svc.test.filesets |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<failSvcTestOnError> |
boolean |
23.10.0 |
Fail on error build flag for svc test Default: falseUser Property: fail.svc.test.on.error |
Parameter Details
<failSvcTestOnError>
Fail on error build flag for svc test
- Type:
boolean - Since:
23.10.0 - Required:
No - User Property:
fail.svc.test.on.error - Default:
false
<managerClientCode>
The service Organization client code
- Type:
java.lang.String - Required:
Yes - User Property:
manager.client.code
<svcTestFilesets>
The fileset configuration of service definitions to test
- Type:
org.apache.maven.shared.model.fileset.FileSet[] - Required:
Yes - User Property:
svc.test.filesets

