tm-sdk:app-get
Full name:
com.avoka.tm:tm-sdk-maven-plugin:23.4.0:app-get
Description:
MOJO class providing "app-get" goal
It will download an application package from a Transact Manager server.
It will download an application package from a Transact Manager server.
Attributes:
- Requires a Maven project to be executed.
- Since version:
22.4.0
.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<appName> |
String |
22.4.0 |
The name of the application package User property is: app.name . |
<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 . |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<appDownloadFile> |
File |
22.4.0 |
The file path to write application package file (required if dir is
not specified) User property is: app.download.file . |
<appDownloads> |
File |
22.4.0 |
The dir to write application package file (required if file is not
specified) User property is: app.downloads . |
Parameter Details
<appDownloadFile>
The file path to write application package file (required if dir is
not specified)
- Type:
java.io.File
- Since:
22.4.0
- Required:
No
- User Property:
app.download.file
<appDownloads>
The dir to write application package file (required if file is not
specified)
- Type:
java.io.File
- Since:
22.4.0
- Required:
No
- User Property:
app.downloads
<appName>
The name of the application package
- Type:
java.lang.String
- Since:
22.4.0
- Required:
Yes
- User Property:
app.name
<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