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 AbstractOsgiCompilerMojoCompiles test sources with eclipse plugin dependencies
-
-
Field Summary
-
Fields inherited from class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
project, RULE_EXCLUDE_ALL, RULE_SEPARATOR
-
Fields inherited from class copied.org.apache.maven.plugin.AbstractCompilerMojo
DEFAULT_SOURCE_VERSION, DEFAULT_TARGET_VERSION, release, source, target
-
-
Constructor Summary
Constructors Constructor Description OsgiTestCompilerMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.eclipse.tycho.classpath.ClasspathEntry>getClasspath()List<org.eclipse.tycho.classpath.SourcepathEntry>getSourcepath()-
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, getTargetLevel
-
Methods inherited from class copied.org.apache.maven.plugin.AbstractCompilerMojo
removeEmptyCompileSourceRoots
-
-
-
-
Method Detail
-
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
-
-