@Mojo(name="testCompile",
defaultPhase=TEST_COMPILE,
threadSafe=true,
requiresDependencyResolution=TEST,
configurator="takari")
public class TestCompileMojo
extends AbstractCompileMojo
AbstractCompileMojo.AccessRulesViolation, AbstractCompileMojo.Debug, AbstractCompileMojo.ProcannotationProcessors, compilerId, proc| Constructor and Description |
|---|
TestCompileMojo() |
| Modifier and Type | Method and Description |
|---|---|
List<File> |
getClasspath() |
Set<String> |
getExcludes() |
File |
getGeneratedSourcesDirectory() |
Set<String> |
getIncludes() |
protected File |
getMainOutputDirectory() |
File |
getOutputDirectory() |
Set<String> |
getSourceRoots() |
protected boolean |
isSkip() |
execute, getDirectDependencies, getSourceEncodingpublic Set<String> getSourceRoots()
getSourceRoots in class AbstractCompileMojopublic Set<String> getIncludes()
getIncludes in class AbstractCompileMojopublic Set<String> getExcludes()
getExcludes in class AbstractCompileMojopublic File getOutputDirectory()
getOutputDirectory in class AbstractCompileMojopublic List<File> getClasspath()
getClasspath in class AbstractCompileMojopublic File getGeneratedSourcesDirectory()
getGeneratedSourcesDirectory in class AbstractCompileMojoprotected boolean isSkip()
isSkip in class AbstractCompileMojoprotected File getMainOutputDirectory()
getMainOutputDirectory in class AbstractCompileMojoCopyright © 2015. All rights reserved.