tm-sdk:lib-export
Full name:
com.avoka.tm:tm-sdk-maven-plugin:24.4.0:lib-export
Description:
MOJO class providing "lib-export" goal
It will export Maestro Organization or Project Library.
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 |
---|---|---|---|
<maestroClientCode> |
String |
- |
The client code User Property: maestro.client.code |
<maestroPassword> |
String |
- |
The Maestro server user's password User Property: maestro.password |
<maestroUrl> |
String |
- |
The Maestro server URL User Property: maestro.url |
<maestroUsername> |
String |
- |
The Maestro server username User Property: maestro.username |
<scmLibLibraryName> |
String |
- |
The Maestro library name User Property: scm.lib.library.name |
<scmLibVersionNumber> |
String |
- |
The Maestro library version User Property: scm.lib.version.number |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<proxyFile> |
String |
22.4.6 |
The proxy file Default: proxy.properties User Property: proxy.file |
<scmLibDir> |
File |
- |
The dir path where to export the library (required if file is not specified) User Property: scm.lib.dir |
<scmLibFile> |
File |
- |
The file path where to export the library (required if dir is not specified) User Property: scm.lib.file |
<scmLibProjectName> |
String |
- |
The Maestro project name (if it is a project library) User Property: scm.lib.project.name |
Parameter Details
<maestroClientCode>
The client code
- Type:
java.lang.String
- Required:
Yes
- User Property:
maestro.client.code
<maestroPassword>
The Maestro server user's password
- Type:
java.lang.String
- Required:
Yes
- User Property:
maestro.password
<maestroUrl>
The Maestro server URL
- Type:
java.lang.String
- Required:
Yes
- User Property:
maestro.url
<maestroUsername>
The Maestro server username
- Type:
java.lang.String
- Required:
Yes
- User Property:
maestro.username
<proxyFile>
The proxy file
- Type:
java.lang.String
- Since:
22.4.6
- Required:
No
- User Property:
proxy.file
- Default:
proxy.properties
<scmLibDir>
The dir path where to export the library (required if file is not specified)
- Type:
java.io.File
- Required:
No
- User Property:
scm.lib.dir
<scmLibFile>
The file path where to export the library (required if dir is not specified)
- Type:
java.io.File
- Required:
No
- User Property:
scm.lib.file
<scmLibLibraryName>
The Maestro library name
- Type:
java.lang.String
- Required:
Yes
- User Property:
scm.lib.library.name
<scmLibProjectName>
The Maestro project name (if it is a project library)
- Type:
java.lang.String
- Required:
No
- User Property:
scm.lib.project.name
<scmLibVersionNumber>
The Maestro library version
- Type:
java.lang.String
- Required:
Yes
- User Property:
scm.lib.version.number