commons:jira-page

Commons Build Ant Mojo: Generate Issue Tracking page

Mojo Attributes :

  • Requires a Maven 2.0 project to execute.
  • Is NOT inherited by default in multi-project builds.

Required Parameters

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}.

Optional Parameters

Name Type Description
messageLevel String The message-level used to tune the verbosity of Ant logging. Default value is info.

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
  • Expression : ${antBasedir}
  • Default : ${basedir}

messageLevel

The message-level used to tune the verbosity of Ant logging.

  • Type : java.lang.String
  • Required : No
  • Expression : ${antMessageLevel}
  • Default : info