tm-sdk:app-scaffold-form
Full name:
com.avoka.tm:tm-sdk-maven-plugin:23.4.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 . |
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
<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