tm-sdk:app-get

Full name:

com.avoka.tm:tm-sdk-maven-plugin:24.4.0:app-get

Description:

MOJO class providing "app-get" goal
It will download an application package from 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
<appName> String - The name of the application package
User Property: app.name
<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

Optional Parameters

Name Type Since Description
<appDownloadFile> File - The file path to write application package file (required if dir is not specified)
User Property: app.download.file
<appDownloads> File - The dir to write application package file (required if file is not specified)
User Property: app.downloads
<proxyFile> String 22.4.6 The proxy file
Default: proxy.properties
User Property: proxy.file

Parameter Details

<appDownloadFile>

The file path to write application package file (required if dir is not specified)
  • Type: java.io.File
  • Required: No
  • User Property: app.download.file

<appDownloads>

The dir to write application package file (required if file is not specified)
  • Type: java.io.File
  • Required: No
  • User Property: app.downloads

<appName>

The name of the application package
  • Type: java.lang.String
  • Required: Yes
  • User Property: app.name

<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