Package org.eclipse.tycho.plugins.p2
Class CategoryP2MetadataMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.eclipse.tycho.plugins.p2.AbstractP2MetadataMojo
-
- org.eclipse.tycho.plugins.p2.CategoryP2MetadataMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="category-p2-metadata") public class CategoryP2MetadataMojo extends AbstractP2MetadataMojo
Adds category IUs to existing metadata repository. http://help.eclipse.org/galileo/index.jsp?topic =/org.eclipse.platform.doc.isv/guide/p2_publisher.html
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
categoryDefinition
-
Fields inherited from class org.eclipse.tycho.plugins.p2.AbstractP2MetadataMojo
artifactRepositoryName, generateP2Metadata, metadataRepositoryName, project, target
-
-
Constructor Summary
Constructors Constructor Description CategoryP2MetadataMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addArguments(P2ApplicationLauncher cli)
protected java.lang.String
getPublisherApplication()
-
Methods inherited from class org.eclipse.tycho.plugins.p2.AbstractP2MetadataMojo
execute, getUpdateSiteLocation, logUpdateSiteLocationNotFound
-
-
-
-
Method Detail
-
getPublisherApplication
protected java.lang.String getPublisherApplication()
- Specified by:
getPublisherApplication
in classAbstractP2MetadataMojo
-
addArguments
protected void addArguments(P2ApplicationLauncher cli) throws java.io.IOException, java.net.MalformedURLException
- Overrides:
addArguments
in classAbstractP2MetadataMojo
- Throws:
java.io.IOException
java.net.MalformedURLException
-
-