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
  • Constructor Details

  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      See Also:
      • Mojo.execute()