tm-sdk:app-deploy
Full name:
com.avoka.tm:tm-sdk-maven-plugin:24.4.0:app-deploy
Description:
MOJO class providing "app-deploy" goal
It will deploy an application package archive ZIP to a Transact Manager server.
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 |
---|---|---|---|
<appZipFile> |
File |
- |
The application package archive ZIP file User Property: app.zip.file |
<managerClientCode> |
String |
- |
The client code of the organization in TM User Property: manager.client.code |
<managerPassword> |
String |
- |
The TM server login password User Property: manager.password |
<managerUrl> |
String |
- |
The TM server URL User Property: manager.url |
<managerUsername> |
String |
- |
The TM server login username User Property: manager.username |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<method> |
String |
- |
The request method User Property: method |
<proxyFile> |
String |
22.4.6 |
The proxy file Default: proxy.properties User Property: proxy.file |
<timeout> |
Integer |
23.10.1 |
The connection and socket read timeout in seconds Default: 60 User Property: timeout |
Parameter Details
<appZipFile>
The application package archive ZIP file
- Type:
java.io.File
- Required:
Yes
- User Property:
app.zip.file
<managerClientCode>
The client code of the organization in TM
- Type:
java.lang.String
- Required:
Yes
- User Property:
manager.client.code
<managerPassword>
The TM server login password
- Type:
java.lang.String
- Required:
Yes
- User Property:
manager.password
<managerUrl>
The TM server URL
- Type:
java.lang.String
- Required:
Yes
- User Property:
manager.url
<managerUsername>
The TM server login username
- Type:
java.lang.String
- Required:
Yes
- User Property:
manager.username
<method>
The request method
- Type:
java.lang.String
- Required:
No
- User Property:
method
<proxyFile>
The proxy file
- Type:
java.lang.String
- Since:
22.4.6
- Required:
No
- User Property:
proxy.file
- Default:
proxy.properties
<timeout>
The connection and socket read timeout in seconds
- Type:
java.lang.Integer
- Since:
23.10.1
- Required:
No
- User Property:
timeout
- Default:
60