@Mojo(name="validate",
defaultPhase=PROCESS_SOURCES,
requiresDependencyResolution=COMPILE,
threadSafe=true)
@Execute(goal="validate",
phase=PROCESS_SOURCES)
public class JodaBeansValidateMojo
extends AbstractJodaBeansMojo
| Constructor and Description |
|---|
JodaBeansValidateMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
buildArgs()
Builds the arguments to the tool.
|
protected void |
runTool(Class<?> toolClass,
List<String> argsList,
org.sonatype.plexus.build.incremental.BuildContext buildContext) |
execute, getClassesDir, getSourceDir, getTestClassesDir, getTestSourceDirprotected List<String> buildArgs()
AbstractJodaBeansMojobuildArgs in class AbstractJodaBeansMojoprotected void runTool(Class<?> toolClass, List<String> argsList, org.sonatype.plexus.build.incremental.BuildContext buildContext) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2013–2019 Joda.org. All rights reserved.