@Mojo(name="compile", defaultPhase=COMPILE, threadSafe=true, requiresDependencyResolution=COMPILE, configurator="takari") public class CompileMojo extends AbstractCompileMojo
AbstractCompileMojo.AccessRulesViolation, AbstractCompileMojo.Debug, AbstractCompileMojo.Proc, AbstractCompileMojo.Sourcepath
annotationProcessors, compilerId, failOnError, proc, project, repositorySession, sourcepath
Constructor and Description |
---|
CompileMojo() |
Modifier and Type | Method and Description |
---|---|
protected void |
addGeneratedSources(org.apache.maven.project.MavenProject project) |
List<org.apache.maven.artifact.Artifact> |
getClasspathArtifacts() |
Set<String> |
getExcludes() |
File |
getGeneratedSourcesDirectory() |
Set<String> |
getIncludes() |
protected File |
getMainOutputDirectory() |
protected Set<String> |
getMainSourceRoots() |
File |
getOutputDirectory() |
protected List<org.apache.maven.model.Dependency> |
getProcessorpathDependencies() |
Set<String> |
getSourceRoots() |
protected boolean |
isSkip() |
execute, getDirectDependencies, getProcessorpath, getSourceEncoding
public Set<String> getSourceRoots()
getSourceRoots
in class AbstractCompileMojo
public Set<String> getIncludes()
getIncludes
in class AbstractCompileMojo
public Set<String> getExcludes()
getExcludes
in class AbstractCompileMojo
public File getOutputDirectory()
getOutputDirectory
in class AbstractCompileMojo
public List<org.apache.maven.artifact.Artifact> getClasspathArtifacts()
getClasspathArtifacts
in class AbstractCompileMojo
public File getGeneratedSourcesDirectory()
getGeneratedSourcesDirectory
in class AbstractCompileMojo
protected boolean isSkip()
isSkip
in class AbstractCompileMojo
protected File getMainOutputDirectory()
getMainOutputDirectory
in class AbstractCompileMojo
protected void addGeneratedSources(org.apache.maven.project.MavenProject project)
addGeneratedSources
in class AbstractCompileMojo
protected Set<String> getMainSourceRoots()
getMainSourceRoots
in class AbstractCompileMojo
protected List<org.apache.maven.model.Dependency> getProcessorpathDependencies()
getProcessorpathDependencies
in class AbstractCompileMojo
Copyright © 2020. All rights reserved.