Apache Commons logo

commons-build:sandbox-jira-page

Full name:

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

Description:

Apache Commons Build Mojo: Generate Sandbox 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
<basedir> File - The base directory from which to execute the Ant script.
Default: ${basedir}
User Property: antBasedir
Alias: ant.basedir
<commons.jira.componentid> String - The internal JIRA component id (numeric.)
Default: ${commons.jira.componentid}

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

<basedir>

The base directory from which to execute the Ant script.
  • Type: java.io.File
  • Required: report.plugin.goal.yes
  • User Property: antBasedir
  • Default: ${basedir}
  • Alias: ant.basedir

<commons.jira.componentid>

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

<messageLevel>

The message-level used to tune the verbosity of Ant logging.
  • Type: java.lang.String
  • Required: report.plugin.goal.no
  • User Property: antMessageLevel
  • Default: info
  • Alias: ant.messageLevel