tm-sdk:app-package
Full name:
com.avoka.tm:tm-sdk-maven-plugin:23.10.0:app-package
Description:
MOJO class providing "app-package" goal
It will create an application package archive ZIP for the given project.
It will create an application package archive ZIP for the given project.
Attributes:
- Requires a Maven project to be executed.
- Since version:
22.4.0.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<appSrc> |
File |
22.4.0 |
The path to the application definition file User property is: app.src. |
<appZipFile> |
File |
22.4.0 |
The output application package archive ZIP file User property is: app.zip.file. |
<versionNumber> |
String |
22.4.0 |
The version User property is: version.number. |
Parameter Details
<appSrc>
The path to the application definition file
- Type:
java.io.File - Since:
22.4.0 - Required:
Yes - User Property:
app.src
<appZipFile>
The output application package archive ZIP file
- Type:
java.io.File - Since:
22.4.0 - Required:
Yes - User Property:
app.zip.file
<versionNumber>
The version
- Type:
java.lang.String - Since:
22.4.0 - Required:
Yes - User Property:
version.number

