Commons Build Ant Mojo: Generate Issue Tracking page
Mojo Attributes :
Name | Type | Description |
---|---|---|
commons.jira.id | String |
The external JIRA id for the project (alphabetic, upper case) Default value is ${commons.jira.id} . |
commons.jira.pid | String |
The internal JIRA id for the project (numeric) Default value is ${commons.jira.pid} . |
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 external JIRA id for the project (alphabetic, upper case)
java.lang.String
Yes
${commons.jira.id}
The internal JIRA id for the project (numeric)
java.lang.String
Yes
${commons.jira.pid}
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