org.jenkinsci.maven.plugins.hpi
Class CompilerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jenkinsci.maven.plugins.hpi.AbstractCompilerMojo
org.jenkinsci.maven.plugins.hpi.CompilerMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- AptMojo
Deprecated. As the annotation processing has switched to JSR-269,
we no longer need this code.
public class CompilerMojo
- extends AbstractCompilerMojo
Compiles application sources
- Version:
- $Id: CompilerMojo.java 10807 2008-07-14 18:56:05Z btosabre $
- Author:
- Jason van Zyl
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
CompilerMojo
public CompilerMojo()
- Deprecated.
getCompileSourceRoots
protected java.util.List getCompileSourceRoots()
- Deprecated.
- Specified by:
getCompileSourceRoots
in class AbstractCompilerMojo
getClasspathElements
protected java.util.List getClasspathElements()
- Deprecated.
- Specified by:
getClasspathElements
in class AbstractCompilerMojo
getOutputDirectory
protected java.io.File getOutputDirectory()
- Deprecated.
- Specified by:
getOutputDirectory
in class AbstractCompilerMojo
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.CompilationFailureException
- Deprecated.
- Specified by:
execute
in interface org.apache.maven.plugin.Mojo
- Overrides:
execute
in class AbstractCompilerMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.CompilationFailureException
getSourceInclusionScanner
protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(int staleMillis)
- Deprecated.
- Specified by:
getSourceInclusionScanner
in class AbstractCompilerMojo
getSourceInclusionScanner
protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(java.lang.String inputFileEnding)
- Deprecated.
- Specified by:
getSourceInclusionScanner
in class AbstractCompilerMojo
Copyright © 2012. All Rights Reserved.