org.joda.beans.maven
Class JodaBeansValidateMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.joda.beans.maven.JodaBeansValidateMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class JodaBeansValidateMojo
extends org.apache.maven.plugin.AbstractMojo

Maven plugin for validating that the generated Joda-Beans are up to date.

Author:
Stephen Colebourne

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
JodaBeansValidateMojo()
           
 
Method Summary
 void execute()
          Executes the Joda-Beans generator, validating that there are no changes.
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JodaBeansValidateMojo

public JodaBeansValidateMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Executes the Joda-Beans generator, validating that there are no changes.

Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


Copyright © 2013 Joda.org. All Rights Reserved.