changes:changes-validate
Full name:
org.apache.maven.plugins:maven-changes-plugin:2.7.1:changes-validate
Description:
Goal which validate the changes.xml file.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version: 2.1.
Optional Parameters
Name |
Type |
Since |
Description |
changesXsdVersion |
String |
2.1 |
The changes xsd version. Default value is: 1.0.0. |
failOnError |
boolean |
2.1 |
Mojo failure if validation failed. If not and validation failed
only a warning will be logged. Default value is: false. |
xmlPath |
File |
2.1 |
The path of the changes.xml file that will be
converted into an HTML report. Default value is: src/changes/changes.xml. |
Parameter Details
changesXsdVersion:
The changes xsd version.
- Type: java.lang.String
- Since: 2.1
- Required: No
- Expression: ${changes.xsdVersion}
- Default: 1.0.0
failOnError:
Mojo failure if validation failed. If not and validation failed
only a warning will be logged.
- Type: boolean
- Since: 2.1
- Required: No
- Expression: ${changes.validate.failed}
- Default: false
xmlPath:
The path of the changes.xml file that will be
converted into an HTML report.
- Type: java.io.File
- Since: 2.1
- Required: No
- Expression: ${changes.xmlPath}
- Default: src/changes/changes.xml