tm-sdk:svc-test-remote

Full name:

com.avoka.tm:tm-sdk-maven-plugin:24.4.0:svc-test-remote

Description:

MOJO class providing "svc-test-remote" goal
It will run the services unit test on 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
<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
<src> File - The service definition file or root source folder
User Property: src
<svcName> String - The service name to test
User Property: svc.name
<versionNumber> String - The service version number
User Property: version.number

Optional Parameters

Name Type Since Description
<junitXmlReport> String - JUnit XML Report output file
User Property: junit.xml.report
<proxyFile> String 22.4.6 The proxy file
Default: proxy.properties
User Property: proxy.file
<timeout> Integer - The connection and socket read timeout in seconds
Default: 30
User Property: timeout

Parameter Details

<junitXmlReport>

JUnit XML Report output file
  • Type: java.lang.String
  • Required: No
  • User Property: junit.xml.report

<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

<src>

The service definition file or root source folder
  • Type: java.io.File
  • Required: Yes
  • User Property: src

<svcName>

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

<timeout>

The connection and socket read timeout in seconds
  • Type: java.lang.Integer
  • Required: No
  • User Property: timeout
  • Default: 30

<versionNumber>

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