We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Jetty 11 to 12 migration guide (https://eclipse.dev/jetty/documentation/jetty-12/programming-guide/index.html#pg-migration-11-to-12) some of the new artifact names are incorrect...they have one too many "jetty"s in the name.
For example: org.eclipse.jetty:jetty-maven-plugin -> org.eclipse.jetty.ee{8,9,10}:jetty-ee{8,9,10}-jetty-maven-plugin
org.eclipse.jetty:jetty-maven-plugin -> org.eclipse.jetty.ee{8,9,10}:jetty-ee{8,9,10}-jetty-maven-plugin
The correct artifact name is: org.eclipse.jetty.ee{8,9,10}:jetty-ee{8,9,10}-maven-plugin (https://mvnrepository.com/artifact/org.eclipse.jetty.ee9/jetty-ee9-maven-plugin)
org.eclipse.jetty.ee{8,9,10}:jetty-ee{8,9,10}-maven-plugin
The text was updated successfully, but these errors were encountered:
Issue #11329 - fix artifactIds in 11->12 migration guide
aedafcf
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Merge pull request #11341 from jetty/jetty-12.0.x-11329-migrationGuid…
b4c260a
…eArtifactNames Issue #11329 - fix artifactIds in Jetty 12 migration guide
Successfully merging a pull request may close this issue.
In the Jetty 11 to 12 migration guide (https://eclipse.dev/jetty/documentation/jetty-12/programming-guide/index.html#pg-migration-11-to-12) some of the new artifact names are incorrect...they have one too many "jetty"s in the name.
For example:
org.eclipse.jetty:jetty-maven-plugin -> org.eclipse.jetty.ee{8,9,10}:jetty-ee{8,9,10}-jetty-maven-plugin
The correct artifact name is:
org.eclipse.jetty.ee{8,9,10}:jetty-ee{8,9,10}-maven-plugin
(https://mvnrepository.com/artifact/org.eclipse.jetty.ee9/jetty-ee9-maven-plugin)
The text was updated successfully, but these errors were encountered: