tm-sdk:app-package

Full name:

com.avoka.tm:tm-sdk-maven-plugin:24.4.0:app-package

Description:

MOJO class providing "app-package" goal
It will create an application package archive ZIP for the given 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
<appSrc> File - The path to the application definition file
User Property: app.src
<appZipFile> File - The output application package archive ZIP file
User Property: app.zip.file
<versionNumber> String - The version
User Property: version.number

Parameter Details

<appSrc>

The path to the application definition file
  • Type: java.io.File
  • Required: Yes
  • User Property: app.src

<appZipFile>

The output application package archive ZIP file
  • Type: java.io.File
  • Required: Yes
  • User Property: app.zip.file

<versionNumber>

The version
  • Type: java.lang.String
  • Required: Yes
  • User Property: version.number