MVN

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

Maven & Gradle

Jan 12, 2011

Maven Jetty Plugin

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

Latest Version

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

  • Latest Stable: 6.1.7-hudson-1

All Versions

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

Version Vulnerabilities Updated
6.1.x
maven-hudson-dev-plugin-6.1.7-hudson-1
maven-hudson-dev-plugin-6.1.7

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-dev-plugin</artifactId>
    <version>6.1.7-hudson-1</version>
</plugin>