The commons:jira-page
goal generates a custom JIRA Issue Tracking page for a Proper component
(for Sandbox components use the commons:sandbox-jira-page goal).
Execute the goal using the following command:
mvn commons:jira-page
Note: The Issue tracking page should only need to be generated initially for a component or if the issue tracking template changes.
This goal uses the following:
jira-page
mojo defintion in the
generate-xdocs.mojos.xml mapping documentjira-page
target in
generate-xdocs.build.xml
ant script
To generate a JIRA page, the following properties are configured in the component's pom.xml
Example configuration for Commons Chain:
<properties> <commons.jira.id>CHAIN</commons.jira.id> <commons.jira.pid>12310462</commons.jira.pid> </properties>