tm-sdk:svc-clone

Full name:

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

Description:

MOJO class providing "svc-clone" goal
It will clone the specified service definition from the remote 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
<cloneServiceDirectory> File - The dir where to clone the service
User Property: clone.service.directory
<cloneServiceName> String - The service name to clone
User Property: clone.service.name
<cloneServiceVersion> String - The service version number
User Property: clone.service.version
<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
<proxyFile> String 22.4.6 The proxy file
Default: proxy.properties
User Property: proxy.file

Parameter Details

<cloneServiceDirectory>

The dir where to clone the service
  • Type: java.io.File
  • Required: Yes
  • User Property: clone.service.directory

<cloneServiceName>

The service name to clone
  • Type: java.lang.String
  • Required: Yes
  • User Property: clone.service.name

<cloneServiceVersion>

The service version number
  • Type: java.lang.String
  • Required: Yes
  • User Property: clone.service.version

<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