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:
- ContextEnabled, Mojo
Deprecated. package change since 3.0
@Deprecated
public abstract class AbstractCompilerMojo
- extends AbstractCompilerMojo
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
- Version:
- $Id: AbstractCompilerMojo.java 1409979 2012-11-15 20:22:26Z olamy $
- Author:
- others, Trygve Laugstøl
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.compiler.AbstractCompilerMojo |
convertToCompilerResult, execute, getBuildStartTime, getClasspathElements, getCompilerArgument, getCompilerArguments, getCompileSourceRoots, getGeneratedSourcesDirectory, getOutputDirectory, getRequestThreadCount, getSource, getSourceInclusionScanner, getSourceInclusionScanner, getTarget, isDependencyChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCompilerMojo
public AbstractCompilerMojo()
- Deprecated.
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.