tm-sdk:svc-test-remote
Full name:
com.avoka.tm:tm-sdk-maven-plugin:23.10.0:svc-test-remote
Description:
MOJO class providing "svc-test-remote" goal
It will run the services unit test on the remote Transact Manager server.
It will run the services unit test on the remote Transact Manager server.
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 client code of the organization in TM User property is: manager.client.code. |
<managerPassword> |
String |
22.4.0 |
The TM server login password User property is: manager.password. |
<managerUrl> |
String |
22.4.0 |
The TM server URL User property is: manager.url. |
<managerUsername> |
String |
22.4.0 |
The TM server login username User property is: manager.username. |
<src> |
File |
22.4.0 |
The service definition file or root source folder User property is: src. |
<svcName> |
String |
22.4.0 |
The service name to test User property is: svc.name. |
<versionNumber> |
String |
22.4.0 |
The service version number User property is: version.number. |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<junitXmlReport> |
String |
22.4.0 |
JUnit XML Report output file User property is: junit.xml.report. |
<timeout> |
Integer |
22.4.0 |
The connection and socket read timeout in seconds Default value is: 30.User property is: timeout. |
Parameter Details
<junitXmlReport>
JUnit XML Report output file
- Type:
java.lang.String - Since:
22.4.0 - Required:
No - User Property:
junit.xml.report
<managerClientCode>
The client code of the organization in TM
- Type:
java.lang.String - Since:
22.4.0 - Required:
Yes - User Property:
manager.client.code
<managerPassword>
The TM server login password
- Type:
java.lang.String - Since:
22.4.0 - Required:
Yes - User Property:
manager.password
<managerUrl>
The TM server URL
- Type:
java.lang.String - Since:
22.4.0 - Required:
Yes - User Property:
manager.url
<managerUsername>
The TM server login username
- Type:
java.lang.String - Since:
22.4.0 - Required:
Yes - User Property:
manager.username
<src>
The service definition file or root source folder
- Type:
java.io.File - Since:
22.4.0 - Required:
Yes - User Property:
src
<svcName>
The service name to test
- Type:
java.lang.String - Since:
22.4.0 - Required:
Yes - User Property:
svc.name
<timeout>
The connection and socket read timeout in seconds
- Type:
java.lang.Integer - Since:
22.4.0 - Required:
No - User Property:
timeout - Default:
30
<versionNumber>
The service version number
- Type:
java.lang.String - Since:
22.4.0 - Required:
Yes - User Property:
version.number

