Package org.eclipse.tycho.compiler
Class OsgiCompilerMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- copied.org.apache.maven.plugin.AbstractCompilerMojo
-
- org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
-
- org.eclipse.tycho.compiler.OsgiCompilerMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
,JavaCompilerConfiguration
,Adaptable
@Mojo(name="compile", defaultPhase=COMPILE, requiresDependencyResolution=COMPILE) public class OsgiCompilerMojo extends AbstractOsgiCompilerMojo
Compiles application sources with eclipse plugin dependencies
-
-
Field Summary
-
Fields inherited from class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
RULE_EXCLUDE_ALL, RULE_SEPARATOR, toolchainProvider
-
Fields inherited from class copied.org.apache.maven.plugin.AbstractCompilerMojo
DEFAULT_SOURCE_VERSION, DEFAULT_TARGET_VERSION, release, source, target
-
-
Constructor Summary
Constructors Constructor Description OsgiCompilerMojo()
-
Method Summary
-
Methods inherited from class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
execute, getAdapter, getClasspath, getClasspathElements, getCompilerConfiguration, getCompileSourceRoots, getEclipsePluginProject, getExecutionEnvironment, getOutputDirectory, getSourceInclusionScanner, getSourceInclusionScanner, getSourceLevel, getSourcepath, getTargetLevel, getTargetLevel
-
Methods inherited from class copied.org.apache.maven.plugin.AbstractCompilerMojo
removeEmptyCompileSourceRoots
-
-