@Mojo(name="testCheck",
threadSafe=true,
requiresProject=true,
requiresDependencyResolution=TEST,
defaultPhase=PROCESS_TEST_CLASSES)
public final class TestCheckMojo
extends AbstractCheckMojo
| Constructor and Description |
|---|
TestCheckMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected File |
getClassesDirectory()
provided by the concrete Mojos for compile and test classes processing
|
protected 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
|
executeprotected List<String> getClassPathElements()
AbstractCheckMojogetClassPathElements in class AbstractCheckMojoprotected File getClassesDirectory()
AbstractCheckMojogetClassesDirectory in class AbstractCheckMojoprotected String getTargetVersion()
AbstractCheckMojogetTargetVersion in class AbstractCheckMojoCopyright © 2013–2015. All rights reserved.