Full name:
org.apache.maven.plugins:maven-changes-plugin:2.4:changes-check
Description:
Attributes:
2.4.| Name | Type | Since | Description |
|---|---|---|---|
| version | String |
2.4 |
Version of the artifact. Default value is: ${project.version}. |
| Name | Type | Since | Description |
|---|---|---|---|
| releaseDateFormat | String |
2.4 |
The format that a correct release date should have. This value will
be used as a pattern to try to create a date. Default value is: yyyy-MM-dd. |
| xmlPath | File |
2.4 |
The path of the changes.xml file that will be checked.Default value is: src/changes/changes.xml. |
java.lang.String2.4No${changes.releaseDateFormat}yyyy-MM-ddjava.lang.String2.4Yes${changes.version}${project.version}changes.xml file that will be checked.java.io.File2.4No${changes.xmlPath}src/changes/changes.xml