commons-build:jira-page
Full name:
org.apache.commons:commons-build-plugin:1.14.1:jira-page
Description:
Apache Commons Build Mojo: Generate Issue Tracking page.
Attributes:
- Requires a Maven project to be executed.
- The goal is not marked as thread-safe and thus does not support parallel builds.
- Is NOT inherited by default in multi-project builds.
Required Parameters
Name |
Type |
Since |
Description |
<commons.jira.id> |
String |
- |
The external JIRA id for the project (alphabetic, upper case.) Default: ${commons.jira.id} |
<commons.jira.pid> |
String |
- |
The internal JIRA id for the project (numeric.) Default: ${commons.jira.pid} |
<basedir> |
File |
- |
The base directory from which to execute the Ant script. Default: ${basedir} User Property: antBasedir Alias: ant.basedir |
Optional Parameters
Name |
Type |
Since |
Description |
<messageLevel> |
String |
- |
The message-level used to tune the verbosity of Ant logging. Default: info User Property: antMessageLevel Alias: ant.messageLevel |
Parameter Details
<commons.jira.id>
The external JIRA id for the project (alphabetic, upper case.)
- Type:
java.lang.String
- Required:
Yes
- Default:
${commons.jira.id}
<commons.jira.pid>
The internal JIRA id for the project (numeric.)
- Type:
java.lang.String
- Required:
Yes
- Default:
${commons.jira.pid}
<basedir>
The base directory from which to execute the Ant script.
- Type:
java.io.File
- Required:
Yes
- User Property:
antBasedir
- Default:
${basedir}
- Alias:
ant.basedir
<messageLevel>
The message-level used to tune the verbosity of Ant logging.
- Type:
java.lang.String
- Required:
No
- User Property:
antMessageLevel
- Default:
info
- Alias:
ant.messageLevel
|