Class CustomBundleMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.eclipse.tycho.extras.custombundle.CustomBundleMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="custom-bundle") public class CustomBundleMojo extends org.apache.maven.plugin.AbstractMojo
Builds OSGi bundle
-
-
Constructor Summary
Constructors Constructor Description CustomBundleMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
protected File
getOutputJarFile()
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
getOutputJarFile
protected File getOutputJarFile()
-
-