MVN

org.eclipse.jetty.toolchain : jetty-modify-sources-maven-plugin

Maven & Gradle

Jul 28, 2023

jetty-modify-sources-maven-plugin Maven Plugin · Maven Plugin used for Jetty 12 to transform sources and resources using jakarta namespace to EE8 javax namespace

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

Latest Version

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

  • Latest Stable: 1.0.6

All Versions

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

Version Vulnerabilities Updated
1.0.x
jetty-modify-sources-maven-plugin-1.0.6
jetty-modify-sources-maven-plugin-1.0.5
jetty-modify-sources-maven-plugin-1.0.4
jetty-modify-sources-maven-plugin-1.0.3
jetty-modify-sources-maven-plugin-1.0.2
jetty-modify-sources-maven-plugin-1.0.1

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-modify-sources-maven-plugin</artifactId>
    <version>1.0.6</version>
</plugin>