tm-sdk:archive-deploy
Full name:
com.avoka.tm:tm-sdk-maven-plugin:23.4.0:archive-deploy
Description:
MOJO class providing "archive-deploy" goal
It will deploy a supported archive ZIP to a Transact Manager server.
It will deploy a supported 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 |
---|---|---|---|
<archiveFile> |
File |
22.4.0 |
The archive ZIP file Supported archive types: Portal, Organization, Application Package, Form Version, Group, Role, Service, Service Connection, Security Manager User property is: archive.file . |
<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 |
---|---|---|---|
<importOptions> |
String |
22.4.0 |
The associated archive import options User property is: import.options . |
Parameter Details
<archiveFile>
The archive ZIP file
Supported archive types:
Portal, Organization, Application Package, Form Version, Group, Role, Service, Service Connection, Security Manager
Supported archive types:
Portal, Organization, Application Package, Form Version, Group, Role, Service, Service Connection, Security Manager
- Type:
java.io.File
- Since:
22.4.0
- Required:
Yes
- User Property:
archive.file
<importOptions>
The associated archive import options
- Type:
java.lang.String
- Since:
22.4.0
- Required:
No
- User Property:
import.options
<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