tm-sdk:configuration-service-archive-deploy
Full name:
com.avoka.tm:tm-sdk-maven-plugin:23.4.0:configuration-service-archive-deploy
Description:
MOJO class providing "configuration-service-archive-deploy" goal
It will deploy a supported configuration service archive JSON/zip to a Transact Manager server.
It will deploy a supported configuration service archive JSON/zip to a Transact Manager server.
Attributes:
- Requires a Maven project to be executed.
- Since version:
23.4.0
.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<archiveFile> |
File |
23.4.0 |
The configuration service archive JSON/ZIP file User property is: archive.file . |
<managerPassword> |
String |
23.4.0 |
The TM server login password User property is: manager.password . |
<managerUrl> |
String |
23.4.0 |
The TM server URL User property is: manager.url . |
<managerUsername> |
String |
23.4.0 |
The TM server login username User property is: manager.username . |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<importOptions> |
String |
23.4.0 |
The associated archive import options User property is: import.options . |
Parameter Details
<archiveFile>
The configuration service archive JSON/ZIP file
- Type:
java.io.File
- Since:
23.4.0
- Required:
Yes
- User Property:
archive.file
<importOptions>
The associated archive import options
- Type:
java.lang.String
- Since:
23.4.0
- Required:
No
- User Property:
import.options
<managerPassword>
The TM server login password
- Type:
java.lang.String
- Since:
23.4.0
- Required:
Yes
- User Property:
manager.password
<managerUrl>
The TM server URL
- Type:
java.lang.String
- Since:
23.4.0
- Required:
Yes
- User Property:
manager.url
<managerUsername>
The TM server login username
- Type:
java.lang.String
- Since:
23.4.0
- Required:
Yes
- User Property:
manager.username