tm-sdk:svc-clone

Full name:

com.avoka.tm:tm-sdk-maven-plugin:22.10.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.
  • Since version: 22.4.0.

Required Parameters

Name Type Since Description
<cloneServiceDirectory> File 22.4.0 The dir where to clone the service
User property is: clone.service.directory.
<cloneServiceName> String 22.4.0 The service name to clone
User property is: clone.service.name.
<cloneServiceVersion> String 22.4.0 The service version number
User property is: clone.service.version.
<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.

Parameter Details

<cloneServiceDirectory>

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

<cloneServiceName>

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

<cloneServiceVersion>

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

<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