tm-sdk:app-scaffold-form
Full name:
com.avoka.tm:tm-sdk-maven-plugin:23.10.0:app-scaffold-form
Description:
MOJO class providing "app-scaffold-form" goal
It will create a new application package form.
It will create a new application package form.
Attributes:
- Requires a Maven project to be executed.
- Since version:
22.4.0.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<dir> |
File |
22.4.0 |
The target project directory to create and deploy files to User property is: dir. |
<formCode> |
String |
22.4.0 |
The form code User property is: form.code. |
<formName> |
String |
22.4.0 |
The form name User property is: form.name. |
<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. |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<globalFlag> |
boolean |
23.10.0 |
The global form flag User property is: global.flag. |
Parameter Details
<dir>
The target project directory to create and deploy files to
- Type:
java.io.File - Since:
22.4.0 - Required:
Yes - User Property:
dir
<formCode>
The form code
- Type:
java.lang.String - Since:
22.4.0 - Required:
Yes - User Property:
form.code
<formName>
The form name
- Type:
java.lang.String - Since:
22.4.0 - Required:
Yes - User Property:
form.name
<globalFlag>
The global form flag
- Type:
boolean - Since:
23.10.0 - Required:
No - User Property:
global.flag
<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

