Uses of Class
org.eclipse.tycho.core.maven.AbstractP2Mojo
-
Packages that use AbstractP2Mojo Package Description org.eclipse.tycho.plugins.p2.publisher org.eclipse.tycho.plugins.p2.publisher.persistence org.eclipse.tycho.plugins.p2.repository -
-
Uses of AbstractP2Mojo in org.eclipse.tycho.plugins.p2.publisher
Subclasses of AbstractP2Mojo in org.eclipse.tycho.plugins.p2.publisher Modifier and Type Class Description class
AbstractPublishMojo
class
PublishCategoriesMojo
Publishes the category definitions from the category.xml in the root of the project.class
PublishEEProfileMojo
Publishes a custom execution environment profile.class
PublishOsgiEEMojo
Publishes OSGi execution environment profiles into a p2 repository.class
PublishProductMojo
Publishes all product definitions files (*.product) that are present in the root of the project. -
Uses of AbstractP2Mojo in org.eclipse.tycho.plugins.p2.publisher.persistence
Subclasses of AbstractP2Mojo in org.eclipse.tycho.plugins.p2.publisher.persistence Modifier and Type Class Description class
AttachPublishedArtifactsMojo
Attaches p2 metadata and extra artifacts produced by the publishers to the project. -
Uses of AbstractP2Mojo in org.eclipse.tycho.plugins.p2.repository
Subclasses of AbstractP2Mojo in org.eclipse.tycho.plugins.p2.repository Modifier and Type Class Description class
AbstractRepositoryMojo
class
ArchiveRepositoryMojo
Creates a zip archive with the aggregated p2 repository.class
AssembleRepositoryMojo
Aggregates content into a p2 repository in${project.build.directory}/repository
.class
VerifyIntegrityRepositoryMojo
Checks the consistency of the aggregated p2 repository.
-