changes:trac-report

Note:This goal should be used as a Maven report.

Full name:

org.apache.maven.plugins:maven-changes-plugin:2.1:trac-report

Description:

Goal which downloads issues from the Issue Tracking System and generates a report.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Since version: 2.1.

Optional Parameters

Name Type Since Description
outputDirectory File 2.1 Report output directory. Note that this parameter is only relevant if the goal is run from the command line or from the default build lifecycle. If the goal is run indirectly as part of a site generation, the output directory configured in the Maven Site Plugin is used instead.
Default value is: ${project.reporting.outputDirectory}.
query String 2.1 Defines the Trac query for searching ticket.
Default value is: order=id.
tracPassword String 2.1 Defines the Trac password for authentication into a private Trac installation.
tracUser String 2.1 Defines the Trac username for authentication into a private Trac installation.

Parameter Details

outputDirectory:

Report output directory. Note that this parameter is only relevant if the goal is run from the command line or from the default build lifecycle. If the goal is run indirectly as part of a site generation, the output directory configured in the Maven Site Plugin is used instead.
  • Type: java.io.File
  • Since: 2.1
  • Required: No
  • Default: ${project.reporting.outputDirectory}

query:

Defines the Trac query for searching ticket.
  • Type: java.lang.String
  • Since: 2.1
  • Required: No
  • Default: order=id

tracPassword:

Defines the Trac password for authentication into a private Trac installation.
  • Type: java.lang.String
  • Since: 2.1
  • Required: No

tracUser:

Defines the Trac username for authentication into a private Trac installation.
  • Type: java.lang.String
  • Since: 2.1
  • Required: No