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 public abstract class AbstractCompilerMojo extends AbstractCompilerMojo
Deprecated.package change since 3.0TODO: 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
-
-
Constructor Summary
Constructors Constructor Description AbstractCompilerMojo()
Deprecated.
-
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
-
-