j

jetty-modify-sources-maven-plugin

Maven Plugin used for Jetty 12 to transform sources and resources using jakarta namespace to EE8 javax namespace
https://github.com/jetty-project/${project.artifactId}
Eclipse Public License - Version 1.0 Apache Software License - Version 2.0
Mort Bay Consulting
Olivier Lamy
Files download
File Operation
jetty-modify-sources-maven-plugin-1.0.11.jar download
jetty-modify-sources-maven-plugin-1.0.11.pom download
jetty-modify-sources-maven-plugin-1.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.jetty.toolchain</groupId>
  <artifactId>jetty-modify-sources-maven-plugin</artifactId>
  <version>1.0.11</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jetty.toolchain:jetty-modify-sources-maven-plugin:1.0.11'
Gradle Kotlin
implementation("org.eclipse.jetty.toolchain:jetty-modify-sources-maven-plugin:1.0.11")
Scala SBT
libraryDependencies += "org.eclipse.jetty.toolchain" % "jetty-modify-sources-maven-plugin" % "1.0.11"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jetty.toolchain', module='jetty-modify-sources-maven-plugin', version='1.0.11')
)
Apache Ivy
<dependency org="org.eclipse.jetty.toolchain" name="jetty-modify-sources-maven-plugin" rev="1.0.11" />
Leiningen
[org.eclipse.jetty.toolchain/jetty-modify-sources-maven-plugin "1.0.11"]
Apache Buildr
'org.eclipse.jetty.toolchain:jetty-modify-sources-maven-plugin:jar:1.0.11'