Package net.officefloor.maven.tycho
Class TychoShadeMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- copied.org.apache.maven.plugin.AbstractCompilerMojo
-
- org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
-
- net.officefloor.maven.tycho.TychoShadeMojo
-
- 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="shade", defaultPhase=COMPILE, requiresDependencyResolution=RUNTIME) public class TychoShadeMojo extends org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
Mojo
for shading a tycho project.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description TychoShadeMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
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
-
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
- Specified by:
execute
in interfaceorg.apache.maven.plugin.Mojo
- Overrides:
execute
in classorg.eclipse.tycho.compiler.AbstractOsgiCompilerMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
-