tm-sdk:app-scaffold
Full name:
com.avoka.tm:tm-sdk-maven-plugin:24.4.0:app-scaffold
Description:
MOJO class providing "app-scaffold" goal
It will create a new application package project.
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 |
---|---|---|---|
<appFormCode> |
String |
- |
The application package form code User Property: app.form.code |
<appName> |
String |
- |
The application package name User Property: app.name |
<dir> |
File |
- |
The target project directory to create and deploy files to User Property: dir |
<managerClientCode> |
String |
- |
The application package organization client code User Property: manager.client.code |
<versionNumber> |
String |
- |
The version User Property: version.number |
Parameter Details
<appFormCode>
The application package form code
- Type:
java.lang.String
- Required:
Yes
- User Property:
app.form.code
<appName>
The application package name
- Type:
java.lang.String
- Required:
Yes
- User Property:
app.name
<dir>
The target project directory to create and deploy files to
- Type:
java.io.File
- Required:
Yes
- User Property:
dir
<managerClientCode>
The application package organization client code
- Type:
java.lang.String
- Required:
Yes
- User Property:
manager.client.code
<versionNumber>
The version
- Type:
java.lang.String
- Required:
Yes
- User Property:
version.number