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