Package org.apache.maven.plugin
Class AbstractCompilerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.compiler.AbstractCompilerMojo
org.apache.maven.plugin.AbstractCompilerMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
Deprecated.
package change since 3.0
TODO: At least one step could be optimized, currently the plugin will do two
scans of all the source code if the compiler has to have the entire set of
sources. This is currently the case for at least the C# compiler and most
likely all the other .NET compilers too.
- Since:
- 2.0
-
Field Summary
Fields inherited from class org.apache.maven.plugin.compiler.AbstractCompilerMojo
compilerArgs, compilerArgument, compilerArguments, PS, release, source, target
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.compiler.AbstractCompilerMojo
convertToCompilerResult, execute, getBuildStartTime, getClasspathElements, getCompilerArgument, getCompilerArguments, getCompileSourceRoots, getGeneratedSourcesDirectory, getModulepathElements, getOutputDirectory, getPathElements, getProject, getRelease, getRequestThreadCount, getSource, getSourceInclusionScanner, getSourceInclusionScanner, getTarget, getToolchain, isDependencyChanged, isTestCompile, preparePaths, setRelease, setTarget
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
AbstractCompilerMojo
public AbstractCompilerMojo()Deprecated.
-