org.apache.maven.plugin
Class CompilerMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.compiler.AbstractCompilerMojo
          extended by org.apache.maven.plugin.compiler.CompilerMojo
              extended by org.apache.maven.plugin.CompilerMojo
All Implemented Interfaces:
ContextEnabled, Mojo

Deprecated. package change since 3.0

@Deprecated
public class CompilerMojo
extends CompilerMojo

Compiles application sources

Since:
2.0
Version:
$Id: CompilerMojo.java 1409979 2012-11-15 20:22:26Z olamy $
Author:
Jason van Zyl

Field Summary
 
Fields inherited from class org.apache.maven.plugin.compiler.AbstractCompilerMojo
compilerArgument, compilerArguments, mavenSession, source, target
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
CompilerMojo()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.compiler.CompilerMojo
execute, getClasspathElements, getCompilerArgument, getCompilerArguments, getCompileSourceRoots, getGeneratedSourcesDirectory, getOutputDirectory, getSource, getSourceInclusionScanner, getSourceInclusionScanner, getTarget
 
Methods inherited from class org.apache.maven.plugin.compiler.AbstractCompilerMojo
convertToCompilerResult, getBuildStartTime, getRequestThreadCount, isDependencyChanged
 
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
 

Constructor Detail

CompilerMojo

public CompilerMojo()
Deprecated. 


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.