Package org.eclipse.tycho.compiler
Class OsgiTestCompilerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
copied.org.apache.maven.plugin.AbstractCompilerMojo
org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
org.eclipse.tycho.compiler.OsgiTestCompilerMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo,org.eclipse.tycho.classpath.JavaCompilerConfiguration,org.eclipse.tycho.runtime.Adaptable
@Mojo(name="testCompile",
defaultPhase=TEST_COMPILE,
threadSafe=true,
requiresDependencyResolution=TEST)
public class OsgiTestCompilerMojo
extends AbstractOsgiCompilerMojo
Compiles test sources with eclipse plugin dependencies
-
Field Summary
Fields inherited from class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
project, RULE_EXCLUDE_ALL, RULE_SEPARATORFields inherited from class copied.org.apache.maven.plugin.AbstractCompilerMojo
DEFAULT_SOURCE_VERSION, DEFAULT_TARGET_VERSION, release, source, targetFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
doFinish, execute, getAdapter, getBREE, getBundleProject, getClasspathElements, getCompilerConfiguration, getCompileSourceExcludePaths, getCompileSourceRoots, getEclipsePluginProject, getExecutionEnvironment, getOutputDirectory, getReleaseLevel, getSourceInclusionScanner, getSourceInclusionScanner, getSourceLevel, getTargetLevelMethods inherited from class copied.org.apache.maven.plugin.AbstractCompilerMojo
removeEmptyCompileSourceRootsMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
OsgiTestCompilerMojo
public OsgiTestCompilerMojo()
-
-
Method Details
-
getSourcepath
public List<org.eclipse.tycho.classpath.SourcepathEntry> getSourcepath() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getClasspath
public List<org.eclipse.tycho.classpath.ClasspathEntry> getClasspath() throws org.apache.maven.plugin.MojoExecutionException- Specified by:
getClasspathin interfaceorg.eclipse.tycho.classpath.JavaCompilerConfiguration- Overrides:
getClasspathin classAbstractOsgiCompilerMojo- Throws:
org.apache.maven.plugin.MojoExecutionException
-