Package org.eclipse.tycho.plugins.p2
Class FeatureP2MetadataMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.eclipse.tycho.plugins.p2.AbstractP2MetadataMojo
-
- org.eclipse.tycho.plugins.p2.FeatureP2MetadataMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="feature-p2-metadata", threadSafe=true) public class FeatureP2MetadataMojo extends AbstractP2MetadataMojo
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.ObjectLOCK-
Fields inherited from class org.eclipse.tycho.plugins.p2.AbstractP2MetadataMojo
artifactRepositoryName, generateP2Metadata, metadataRepositoryName, project, target
-
-
Constructor Summary
Constructors Constructor Description FeatureP2MetadataMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()protected java.lang.StringgetPublisherApplication()protected voidlogUpdateSiteLocationNotFound()-
Methods inherited from class org.eclipse.tycho.plugins.p2.AbstractP2MetadataMojo
addArguments, getUpdateSiteLocation
-
-
-
-
Method Detail
-
getPublisherApplication
protected java.lang.String getPublisherApplication()
- Specified by:
getPublisherApplicationin classAbstractP2MetadataMojo
-
logUpdateSiteLocationNotFound
protected void logUpdateSiteLocationNotFound()
- Overrides:
logUpdateSiteLocationNotFoundin classAbstractP2MetadataMojo
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Specified by:
executein interfaceorg.apache.maven.plugin.Mojo- Overrides:
executein classAbstractP2MetadataMojo- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
-