Package org.apache.maven.plugins.changes
Class ChangesValidatorMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.changes.AbstractChangesMojo
org.apache.maven.plugins.changes.ChangesValidatorMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="changes-validate",
threadSafe=true)
public class ChangesValidatorMojo
extends AbstractChangesMojo
Goal which validate the
changes.xml
file.- Since:
- 2.1
- Version:
- $Id$
- Author:
- Olivier Lamy
-
Field Summary
Fields inherited from class org.apache.maven.plugins.changes.AbstractChangesMojo
basedir, mavenSession, runOnlyAtExecutionRoot
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.maven.plugins.changes.AbstractChangesMojo
isThisTheExecutionRoot
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
ChangesValidatorMojo
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
- See Also:
-