MVN

org.eclipse.hudson.tools : maven-hpi-plugin

Maven & Gradle

Apr 24, 2014

Maven hpi Plugin · Support for developing Hudson plugins with Apache Maven.

<plugin>
    <groupId>org.eclipse.hudson.tools</groupId>
    <artifactId>maven-hpi-plugin</artifactId>
    <version>3.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.hudson.tools : maven-hpi-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.3
  • Latest Release Candidate: 3.0.0-RC3

All Versions

Choose a version of org.eclipse.hudson.tools : maven-hpi-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
maven-hpi-plugin-3.0.3
maven-hpi-plugin-3.0.2
maven-hpi-plugin-3.0.1
maven-hpi-plugin-3.0.0
maven-hpi-plugin-3.0.0-RC3
maven-hpi-plugin-3.0.0-M2
maven-hpi-plugin-3.0.0-M1

How to add a plugin to Maven

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

<plugin>
    <groupId>org.eclipse.hudson.tools</groupId>
    <artifactId>maven-hpi-plugin</artifactId>
    <version>3.0.3</version>
</plugin>