Uses of Class
org.apache.maven.plugin.compiler.AbstractCompilerMojo
Packages that use AbstractCompilerMojo
-
Uses of AbstractCompilerMojo in org.apache.maven.plugin.compiler
Subclasses of AbstractCompilerMojo in org.apache.maven.plugin.compilerModifier and TypeClassDescriptionclass
Compiles application sources.class
Compiles application test sources.Methods in org.apache.maven.plugin.compiler with parameters of type AbstractCompilerMojoModifier and TypeMethodDescriptionboolean
ToolExecutor.applyIncrementalBuild
(AbstractCompilerMojo mojo, Options configuration) Filters the source files to recompile, or cleans the output directory if everything should be rebuilt.Constructors in org.apache.maven.plugin.compiler with parameters of type AbstractCompilerMojoModifierConstructorDescriptionprotected
ToolExecutor
(AbstractCompilerMojo mojo, DiagnosticListener<? super JavaFileObject> listener) Creates a new task by taking a snapshot of the current configuration of the given MOJO.