@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
|
execute
protected List<String> getClassPathElements()
AbstractCheckMojo
getClassPathElements
in class AbstractCheckMojo
protected File getClassesDirectory()
AbstractCheckMojo
getClassesDirectory
in class AbstractCheckMojo
protected String getTargetVersion()
AbstractCheckMojo
getTargetVersion
in class AbstractCheckMojo
Copyright © 2013–2015. All rights reserved.