tm-sdk:tpac-deploy

Full name:

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

Description:

MOJO class providing "tpac-deploy" goal
It will deploy an exchange TPac 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: 23.10.1.

Required Parameters

Name Type Since Description
<managerClientCode> String - The client code of the organization in TM
User Property: manager.client.code
<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
<tpacZipFile> File - The TPac archive ZIP file
User Property: tpac.zip.file

Optional Parameters

Name Type Since Description
<proxyFile> String 22.4.6 The proxy file
Default: proxy.properties
User Property: proxy.file
<tpacOverride> boolean - The TPac override flag
User Property: tpac.override

Parameter Details

<managerClientCode>

The client code of the organization in TM
  • Type: java.lang.String
  • Required: Yes
  • User Property: manager.client.code

<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

<tpacOverride>

The TPac override flag
  • Type: boolean
  • Required: No
  • User Property: tpac.override

<tpacZipFile>

The TPac archive ZIP file
  • Type: java.io.File
  • Required: Yes
  • User Property: tpac.zip.file