org.joda.beans.maven
Class JodaBeansValidateMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
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
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
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 |
JodaBeansValidateMojo
public JodaBeansValidateMojo()
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.