public abstract class AbstractCheckMojo
extends org.apache.maven.plugin.AbstractMojo
Constructor and Description |
---|
AbstractCheckMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected abstract File |
getClassesDirectory()
provided by the concrete Mojos for compile and test classes processing
|
protected abstract List<String> |
getClassPathElements()
provided by the concrete Mojos for compile and test classes processing
|
protected String |
getTargetVersion()
gets overridden for test, because it uses testTargetVersion as optional name to override
|
protected abstract List<String> getClassPathElements()
protected abstract File getClassesDirectory()
protected String getTargetVersion()
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2013–2016. All rights reserved.