tm-sdk:app-scaffold
Full name:
com.avoka.tm:tm-sdk-maven-plugin:23.10.0:app-scaffold
Description:
MOJO class providing "app-scaffold" goal
It will create a new application package project.
It will create a new application package project.
Attributes:
- Requires a Maven project to be executed.
- Since version:
22.4.0.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<appFormCode> |
String |
22.4.0 |
The application package form code User property is: app.form.code. |
<appName> |
String |
22.4.0 |
The application package name User property is: app.name. |
<dir> |
File |
22.4.0 |
The target project directory to create and deploy files to User property is: dir. |
<managerClientCode> |
String |
22.4.0 |
The application package organization client code User property is: manager.client.code. |
<versionNumber> |
String |
22.4.0 |
The version User property is: version.number. |
Parameter Details
<appFormCode>
The application package form code
- Type:
java.lang.String - Since:
22.4.0 - Required:
Yes - User Property:
app.form.code
<appName>
The application package name
- Type:
java.lang.String - Since:
22.4.0 - Required:
Yes - User Property:
app.name
<dir>
The target project directory to create and deploy files to
- Type:
java.io.File - Since:
22.4.0 - Required:
Yes - User Property:
dir
<managerClientCode>
The application package organization client code
- Type:
java.lang.String - Since:
22.4.0 - Required:
Yes - User Property:
manager.client.code
<versionNumber>
The version
- Type:
java.lang.String - Since:
22.4.0 - Required:
Yes - User Property:
version.number

