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") public class FeatureP2MetadataMojo extends AbstractP2MetadataMojo
-
-
Field Summary
-
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 protected String
getPublisherApplication()
protected void
logUpdateSiteLocationNotFound()
-
Methods inherited from class org.eclipse.tycho.plugins.p2.AbstractP2MetadataMojo
addArguments, execute, getUpdateSiteLocation
-
-
-
-
Method Detail
-
getPublisherApplication
protected String getPublisherApplication()
- Specified by:
getPublisherApplication
in classAbstractP2MetadataMojo
-
logUpdateSiteLocationNotFound
protected void logUpdateSiteLocationNotFound()
- Overrides:
logUpdateSiteLocationNotFound
in classAbstractP2MetadataMojo
-
-