Commons Build Ant Mojo: Generate Download page
Mojo Attributes :
Name | Type | Description |
---|---|---|
commons.release.version | String |
The version of the latest release of the project. Default value is ${commons.release.version} . |
commons.release.name | String |
The final name (i.e. artifactId-version) of the artifacts being built. Default value is ${project.artifactId}-${commons.release.version} . |
commons.binary.suffix | String |
The suffix for the binary distro. Default value is ${commons.binary.suffix} . |
basedir | File |
The base directory from which to execute the Ant script. Default value is ${basedir} . |
Name | Type | Description |
---|---|---|
messageLevel | String |
The message-level used to tune the verbosity of Ant logging. Default value is info . |
The version of the latest release of the project.
java.lang.String
Yes
${commons.release.version}
The final name (i.e. artifactId-version) of the artifacts being built.
java.lang.String
Yes
${project.artifactId}-${commons.release.version}
The suffix for the binary distro.
java.lang.String
Yes
${commons.binary.suffix}
The base directory from which to execute the Ant script.
java.io.File
Yes
${antBasedir}
${basedir}
The message-level used to tune the verbosity of Ant logging.
java.lang.String
No
${antMessageLevel}
info