tm-sdk:configuration-service-archive-deploy
Full name:
com.avoka.tm:tm-sdk-maven-plugin:24.10.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.
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:
23.4.0.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<archiveFile> |
File |
- |
The configuration service archive JSON/ZIP file User Property: archive.file |
<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 |
|---|---|---|---|
<importOptions> |
String |
- |
The associated archive import options User Property: import.options |
<proxyFile> |
String |
22.4.6 |
The proxy file Default: proxy.propertiesUser Property: proxy.file |
Parameter Details
<archiveFile>
The configuration service archive JSON/ZIP file
- Type:
java.io.File - Required:
Yes - User Property:
archive.file
<importOptions>
The associated archive import options
- Type:
java.lang.String - Required:
No - User Property:
import.options
<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
<proxyFile>
The proxy file
- Type:
java.lang.String - Since:
22.4.6 - Required:
No - User Property:
proxy.file - Default:
proxy.properties

