MVN

de.mhoffrogge.maven : p2site-maven-plugin

Maven & Gradle

Jul 20, 2021
0 stars

P2Site Maven Plugin · P2 site utility plugin providing the following goals: build-index-html: This goal creates template based index.html files recursively for a P2 update sites. create-composite-xmls: This goal creates P2 composite xml files for upper directories containing multiple P2 update site repos.

<plugin>
    <groupId>de.mhoffrogge.maven</groupId>
    <artifactId>p2site-maven-plugin</artifactId>
    <version>1.0.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.mhoffrogge.maven : p2site-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of de.mhoffrogge.maven : p2site-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
p2site-maven-plugin-1.0.5
p2site-maven-plugin-1.0.4
p2site-maven-plugin-1.0.3
p2site-maven-plugin-1.0.2
p2site-maven-plugin-1.0.1
p2site-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>de.mhoffrogge.maven</groupId>
    <artifactId>p2site-maven-plugin</artifactId>
    <version>1.0.5</version>
</plugin>