MVN

org.jvnet.hudson.tools : maven-hudson-plugin

Maven & Gradle

Mar 16, 2010

Maven Jetty Plugin

<plugin>
    <groupId>org.jvnet.hudson.tools</groupId>
    <artifactId>maven-hudson-plugin</artifactId>
    <version>6.1.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.1.7
  • Latest Alpha: 2.0-alpha-4

All Versions

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

Version Vulnerabilities Updated
6.1.x
maven-hudson-plugin-6.1.7
maven-hudson-plugin-6.1.5
2.0
maven-hudson-plugin-2.0-alpha-4
maven-hudson-plugin-2.0-alpha-2

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.jvnet.hudson.tools</groupId>
    <artifactId>maven-hudson-plugin</artifactId>
    <version>6.1.7</version>
</plugin>