tm-sdk:app-deploy

Full name:

com.avoka.tm:tm-sdk-maven-plugin:22.10.0:app-deploy

Description:

MOJO class providing "app-deploy" goal
It will deploy an application package 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
<appZipFile> File 22.4.0 The application package archive ZIP file
User property is: app.zip.file.
<managerClientCode> String 22.4.0 The client code of the organization in TM
User property is: manager.client.code.
<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
<method> String 22.4.0 The request method
User property is: method.

Parameter Details

<appZipFile>

The application package archive ZIP file
  • Type: java.io.File
  • Since: 22.4.0
  • Required: Yes
  • User Property: app.zip.file

<managerClientCode>

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

<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

<method>

The request method
  • Type: java.lang.String
  • Since: 22.4.0
  • Required: No
  • User Property: method