org.mule.devkit.maven
Class AnnotationProcessorMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.mule.devkit.maven.AbstractMuleMojo
org.mule.devkit.maven.AbstractAnnotationProcessorMojo
org.mule.devkit.maven.AnnotationProcessorMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- EnsureJavaDocMojo
@Mojo(name="generate-sources",
defaultPhase=GENERATE_SOURCES,
requiresDependencyResolution=COMPILE)
public class AnnotationProcessorMojo- extends AbstractAnnotationProcessorMojo
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LICENSE_DESCRIPTOR_FILE_NAME
public static final String LICENSE_DESCRIPTOR_FILE_NAME
- See Also:
- Constant Field Values
AnnotationProcessorMojo
public AnnotationProcessorMojo()
getOutputClassDirectory
protected File getOutputClassDirectory()
- Specified by:
getOutputClassDirectory in class AbstractAnnotationProcessorMojo
getProcessors
protected String[] getProcessors()
- Specified by:
getProcessors in class AbstractAnnotationProcessorMojo
addCompileSourceRoot
protected void addCompileSourceRoot(org.apache.maven.project.MavenProject project,
String dir)
- Specified by:
addCompileSourceRoot in class AbstractAnnotationProcessorMojo
getDefaultOutputDirectory
public File getDefaultOutputDirectory()
- Specified by:
getDefaultOutputDirectory in class AbstractAnnotationProcessorMojo
getClasspathElements
protected Set<String> getClasspathElements(Set<String> result)
- Specified by:
getClasspathElements in class AbstractAnnotationProcessorMojo
addCompilerArguments
protected void addCompilerArguments(List<String> options)
throws org.apache.maven.plugin.MojoExecutionException
- Overrides:
addCompilerArguments in class AbstractAnnotationProcessorMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
addCompilerStudioPluginArgument
protected void addCompilerStudioPluginArgument(List<String> options)
addCompilerJavadocArgument
protected void addCompilerJavadocArgument(List<String> options)
addVerboseLoggingArguments
protected void addVerboseLoggingArguments(List<String> options)
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.