tm-sdk:svc-deploy

Full name:

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

Description:

MOJO class providing "svc-deploy" goal
It will upload service 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
<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
<svcZipFile> File - The service archive ZIP file to deploy
User Property: svc.zip.file

Optional Parameters

Name Type Since Description
<managerClientCode> String - The client code of the organization in TM
User Property: manager.client.code
<proxyFile> String 22.4.6 The proxy file
Default: proxy.properties
User Property: proxy.file

Parameter Details

<managerClientCode>

The client code of the organization in TM
  • Type: java.lang.String
  • Required: No
  • 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

<svcZipFile>

The service archive ZIP file to deploy
  • Type: java.io.File
  • Required: Yes
  • User Property: svc.zip.file