tm-sdk:archive-deploy

Full name:

com.avoka.tm:tm-sdk-maven-plugin:24.4.0:archive-deploy

Description:

MOJO class providing "archive-deploy" goal
It will deploy a supported 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
<archiveFile> File - The archive ZIP file

Supported archive types:
Portal, Organization, Application Package, Form Version, Group, Role, Service, Service Connection, Security Manager

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.properties
User Property: proxy.file

Parameter Details

<archiveFile>

The archive ZIP file

Supported archive types:
Portal, Organization, Application Package, Form Version, Group, Role, Service, Service Connection, Security Manager
  • 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