net.jangaroo.jooc.mvnplugin
Class TestCompilerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
net.jangaroo.jooc.mvnplugin.TestCompilerMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class TestCompilerMojo
- extends AbstractCompilerMojo
Mojo to compile Jangaroo sources from during the test-compile phase.
| 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 |
TestCompilerMojo
public TestCompilerMojo()
getApiOutputDirectory
protected File getApiOutputDirectory()
- Specified by:
getApiOutputDirectory in class AbstractCompilerMojo
- Returns:
- null as API stub generation does not make sense for test sources
getCompileSourceRoots
protected List<File> getCompileSourceRoots()
- Specified by:
getCompileSourceRoots in class AbstractCompilerMojo
getOutputDirectory
protected File getOutputDirectory()
- Specified by:
getOutputDirectory in class AbstractCompilerMojo
getTempOutputDirectory
protected File getTempOutputDirectory()
- Specified by:
getTempOutputDirectory in class AbstractCompilerMojo
getSourceInclusionScanner
protected org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner getSourceInclusionScanner(int staleMillis)
- Specified by:
getSourceInclusionScanner in class AbstractCompilerMojo
getOutputFileName
public String getOutputFileName()
- Specified by:
getOutputFileName in class AbstractCompilerMojo
getActionScriptClassPath
protected List<File> getActionScriptClassPath()
- Overrides:
getActionScriptClassPath in class AbstractCompilerMojo
Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.