tm-sdk:svc-test
Full name:
com.avoka.tm:tm-sdk-maven-plugin:23.10.0:svc-test
Description:
MOJO class providing "svc-test" goal
It will run the services unit test locally.
It will run the services unit test locally.
Attributes:
- Requires a Maven project to be executed.
- Since version:
22.4.0.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<managerClientCode> |
String |
22.4.0 |
The service Organization client code User property is: manager.client.code. |
<svcTestFilesets> |
FileSet[] |
22.4.0 |
The fileset configuration of service definitions to test User property is: svc.test.filesets. |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<failSvcTestOnError> |
boolean |
23.10.0 |
Fail on error build flag for svc test Default value is: false.User property is: 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 - Since:
22.4.0 - Required:
Yes - User Property:
manager.client.code
<svcTestFilesets>
The fileset configuration of service definitions to test
- Type:
org.apache.maven.shared.model.fileset.FileSet[] - Since:
22.4.0 - Required:
Yes - User Property:
svc.test.filesets

