tm-sdk:svc-deploy
Full name:
com.avoka.tm:tm-sdk-maven-plugin:23.10.0:svc-deploy
Description:
MOJO class providing "svc-deploy" goal
It will upload service archive ZIP to a Transact Manager server.
It will upload service archive ZIP to a Transact Manager server.
Attributes:
- Requires a Maven project to be executed.
- Since version:
22.4.0.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<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. |
<svcZipFile> |
File |
22.4.0 |
The service archive ZIP file to deploy User property is: svc.zip.file. |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<managerClientCode> |
String |
22.4.0 |
The client code of the organization in TM User property is: manager.client.code. |
Parameter Details
<managerClientCode>
The client code of the organization in TM
- Type:
java.lang.String - Since:
22.4.0 - Required:
No - 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
<svcZipFile>
The service archive ZIP file to deploy
- Type:
java.io.File - Since:
22.4.0 - Required:
Yes - User Property:
svc.zip.file

