org.codehaus.gmaven.plugin.compile
Class CompileMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.gmaven.plugin.MojoSupport
org.codehaus.gmaven.plugin.ProviderMojoSupport
org.codehaus.gmaven.plugin.ComponentMojoSupport
org.codehaus.gmaven.plugin.CompilerMojoSupport
org.codehaus.gmaven.plugin.compile.AbstractCompileMojo
org.codehaus.gmaven.plugin.compile.CompileMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, ClassCompiler.Keys
public class CompileMojo
- extends AbstractCompileMojo
Compiles Groovy sources.
- Since:
- 1.0-alpha-1
- Version:
- $Id: CompileMojo.java 8 2009-07-16 09:15:04Z user57 $
- Author:
- Jason Dillon
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 |
CompileMojo
public CompileMojo()
getProjectClasspathElements
protected List getProjectClasspathElements()
throws org.apache.maven.artifact.DependencyResolutionRequiredException
- Overrides:
getProjectClasspathElements
in class MojoSupport
- Throws:
org.apache.maven.artifact.DependencyResolutionRequiredException
getOutputDirectory
protected File getOutputDirectory()
- Specified by:
getOutputDirectory
in class CompilerMojoSupport
getSourceRoots
protected List getSourceRoots()
- Specified by:
getSourceRoots
in class CompilerMojoSupport
getDefaultSources
protected org.apache.maven.shared.model.fileset.FileSet[] getDefaultSources()
- Specified by:
getDefaultSources
in class CompilerMojoSupport
getForcedCompileSources
protected Set getForcedCompileSources()
- Specified by:
getForcedCompileSources
in class AbstractCompileMojo
Copyright © 2006-2012 Codehaus. All Rights Reserved.