Note:This goal should be used as a Maven report.
Full name:
org.apache.maven.plugins:maven-changes-plugin:2.3:changes-report
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
addActionDate | boolean |
2.1 |
A flag whether the report should also include the dates of
individual actions. If set to false , only the dates of
releases will be written to the report.Default value is: false . |
filteringChanges | boolean |
2.2 |
applying filtering filtering "a la" resources plugin Default value is: false . |
issueLinkTemplate | String |
2.0-beta-2 |
Deprecated. As of 2.1 use issueLinkTemplatePerSystem : this one will be with
system default Default value is: %URL%/ViewIssue.jspa?key=%ISSUE% . |
issueLinkTemplatePerSystem | Map |
2.1 |
Template strings per system that is used to discover the URL to use
to display an issue report. Each key in this map denotes the
(case-sensitive) identifier of the issue tracking system and its
value gives the URL template.
There are 2 template tokens you can use. Note: The deprecated issueLinkTemplate will be used for a system called "default". |
outputDirectory | File |
- |
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} . |
publishDateFormat | String |
2.2 |
Format to use for publishDate. The value will be available with the
following expression ${publishDate} Default value is: yyyy-MM-dd . |
publishDateLocale | String |
2.2 |
Locale to use for publishDate when formatting Default value is: en . |
xmlPath | File |
- |
The path of the changes.xml file that will be
converted into an HTML report.Default value is: src/changes/changes.xml . |
false
, only the dates of
releases will be written to the report.boolean
2.1
No
${changes.addActionDate}
false
boolean
2.2
No
false
%URL%
: this is computed by getting the
<issueManagement>/<url>
value from the
POM, and removing the last '/' and everything that comes after it.
%ISSUE%
: this is the issue number.
Note: In versions of this plugin prior to
2.0-beta-2 this parameter was called
link_template
.
java.lang.String
2.0-beta-2
No
${changes.issueLinkTemplate}
%URL%/ViewIssue.jspa?key=%ISSUE%
There are 2 template tokens you can use. %URL%
:
this is computed by getting the
<issueManagement>/<url>
value from the
POM, and removing the last '/' and everything that comes after it.
%ISSUE%
: this is the issue number.
Note: The deprecated issueLinkTemplate will be used for a system called "default".
java.util.Map
2.1
No
java.io.File
No
${project.reporting.outputDirectory}
java.lang.String
2.2
No
yyyy-MM-dd
java.lang.String
2.2
No
en
changes.xml
file that will be
converted into an HTML report.java.io.File
No
${changes.xmlPath}
src/changes/changes.xml