Apache Commons logo

commons-build:sandbox-jira-page

Full name:

org.apache.commons:commons-build-plugin:1.11:sandbox-jira-page

Description:

Apache Commons Build Mojo: Generate Sandbox Issue Tracking page

Attributes:

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

Required Parameters

Name Type Since Description
commons.jira.componentid String - The internal JIRA component id (numeric)
Default value is: ${commons.jira.componentid}.
basedir File - The base directory from which to execute the Ant script.
Default value is: ${basedir}.

Optional Parameters

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

Parameter Details

commons.jira.componentid:

The internal JIRA component id (numeric)
  • Type: java.lang.String
  • Required: Yes
  • Default: ${commons.jira.componentid}

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