tm-sdk:scm-project-add

Full name:

com.avoka.tm:tm-sdk-maven-plugin:22.10.0:scm-project-add

Description:

MOJO class providing "scm-project-add" goal
It will add a Maestro Project to remote Maestro server.

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 22.4.0.

Required Parameters

Name Type Since Description
<maestroPassword> String 22.4.0 The Maestro server user's password
User property is: maestro.password.
<maestroUrl> String 22.4.0 The Maestro server URL
User property is: maestro.url.
<maestroUsername> String 22.4.0 The Maestro server username
User property is: maestro.username.
<scmProjectName> String 22.4.0 The project name
User property is: scm.project.name.
<scmProjectVisibility> String 22.4.0 The project visibility

Supported project visibility: Private, Public

User property is: scm.project.visibility.
<scmSrcDir> File 22.4.0 The dir path to the project
User property is: scm.src.dir.

Parameter Details

<maestroPassword>

The Maestro server user's password
  • Type: java.lang.String
  • Since: 22.4.0
  • Required: Yes
  • User Property: maestro.password

<maestroUrl>

The Maestro server URL
  • Type: java.lang.String
  • Since: 22.4.0
  • Required: Yes
  • User Property: maestro.url

<maestroUsername>

The Maestro server username
  • Type: java.lang.String
  • Since: 22.4.0
  • Required: Yes
  • User Property: maestro.username

<scmProjectName>

The project name
  • Type: java.lang.String
  • Since: 22.4.0
  • Required: Yes
  • User Property: scm.project.name

<scmProjectVisibility>

The project visibility

Supported project visibility: Private, Public
  • Type: java.lang.String
  • Since: 22.4.0
  • Required: Yes
  • User Property: scm.project.visibility

<scmSrcDir>

The dir path to the project
  • Type: java.io.File
  • Since: 22.4.0
  • Required: Yes
  • User Property: scm.src.dir