Full name:
org.apache.maven.plugins:maven-changes-plugin:2.12.8:changes-check
Description:
Attributes:
2.4.| Name | Type | Since | Description |
|---|---|---|---|
<basedir> |
String |
2.1 |
The current project base directory. User property is: basedir. |
<version> |
String |
2.4 |
Version of the artifact. Default value is: ${project.version}.User property is: changes.version. |
| Name | Type | Since | Description |
|---|---|---|---|
<failOnError> |
boolean |
2.4 |
Mojo failure in case of exception when getting no release for
supplied arguments. If false only a warning will be logged. Default value is: true.User property is: changes.check.failOnError. |
<releaseDateFormat> |
String |
2.4 |
The format that a correct release date should have. This value will
be used as a pattern to try to parse a date. Default value is: yyyy-MM-dd.User property is: changes.releaseDateFormat. |
<releaseDateLocale> |
String |
2.10 |
The locale that a correct release date should have. This value will
be used as a locale to try to parse a date. User property is: changes.releaseDateLocale. |
<removeSnapshotSuffix> |
boolean |
2.12.3 |
If "-SNAPSHOT" suffix should be removed when searching for issues. Default value is: true.User property is: changes.removeSnapshotSuffix. |
<runOnlyAtExecutionRoot> |
boolean |
2.9 |
This will cause the execution to be run only at the top of a given
module tree. That is, run in the project contained in the same
folder where the mvn execution was launched. Default value is: false.User property is: changes.runOnlyAtExecutionRoot. |
<skipSnapshots> |
boolean |
2.7 |
Flag controlling snapshot processing. If set, versions ending with
-SNAPSHOT won't be checked.Default value is: false.User property is: changes.skipSnapshots. |
<xmlPath> |
File |
2.4 |
The path of the changes.xml file that will be checked.Default value is: src/changes/changes.xml.User property is: changes.xmlPath. |
java.lang.String2.1Yesbasedirboolean2.4Nochanges.check.failOnErrortruejava.lang.String2.4Nochanges.releaseDateFormatyyyy-MM-ddjava.lang.String2.10Nochanges.releaseDateLocaleboolean2.12.3Nochanges.removeSnapshotSuffixtrueboolean2.9Nochanges.runOnlyAtExecutionRootfalse-SNAPSHOT won't be checked.boolean2.7Nochanges.skipSnapshotsfalsejava.lang.String2.4Yeschanges.version${project.version}changes.xml file that will be checked.java.io.File2.4Nochanges.xmlPathsrc/changes/changes.xml