MVN

org.eclipse.jetty.toolchain : jetty-version-maven-plugin

Maven & Gradle

Oct 20, 2020
0 stars

Jetty:: Version Management Maven Plugin · Build / Release Plugin for working with versions in jetty maven builds

<plugin>
    <groupId>org.eclipse.jetty.toolchain</groupId>
    <artifactId>jetty-version-maven-plugin</artifactId>
    <version>2.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.jetty.toolchain : jetty-version-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.7

All Versions

Choose a version of org.eclipse.jetty.toolchain : jetty-version-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.7
jetty-version-maven-plugin-2.7
2.6
jetty-version-maven-plugin-2.6
2.5
jetty-version-maven-plugin-2.5
2.4
jetty-version-maven-plugin-2.4
2.3
jetty-version-maven-plugin-2.3
2.2
jetty-version-maven-plugin-2.2
2.1
jetty-version-maven-plugin-2.1
2.0
jetty-version-maven-plugin-2.0
1.1
jetty-version-maven-plugin-1.1
1.0.x
jetty-version-maven-plugin-1.0.10
jetty-version-maven-plugin-1.0.9
jetty-version-maven-plugin-1.0.8
jetty-version-maven-plugin-1.0.7
jetty-version-maven-plugin-1.0.6
jetty-version-maven-plugin-1.0.5
jetty-version-maven-plugin-1.0.4
jetty-version-maven-plugin-1.0.3
jetty-version-maven-plugin-1.0.2
jetty-version-maven-plugin-1.0.1
jetty-version-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>org.eclipse.jetty.toolchain</groupId>
    <artifactId>jetty-version-maven-plugin</artifactId>
    <version>2.7</version>
</plugin>

Advertisement