Package org.eclipse.tycho.source
Class PDESourceBundleMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.eclipse.tycho.source.PDESourceBundleMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-pde-source-header",
defaultPhase=PACKAGE,
threadSafe=true)
public class PDESourceBundleMojo
extends org.apache.maven.plugin.AbstractMojo
This mojo adds the required headers to a source artifact for it to be used in PDE as a source
bundle
-
Field Summary
FieldsFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
project
@Parameter(property="project", readonly=true, required=true) protected org.apache.maven.project.MavenProject project
-
-
Constructor Details
-
PDESourceBundleMojo
public PDESourceBundleMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-