Skip to content
New issue

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

Jetty 11->12 migration guide has incorrect new artifact names #11329

Closed
JWT007 opened this issue Jan 26, 2024 · 0 comments · Fixed by #11341
Closed

Jetty 11->12 migration guide has incorrect new artifact names #11329

JWT007 opened this issue Jan 26, 2024 · 0 comments · Fixed by #11341
Labels
Bug For general bugs on Jetty side

Comments

@JWT007
Copy link

JWT007 commented Jan 26, 2024

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)

@JWT007 JWT007 added the Bug For general bugs on Jetty side label Jan 26, 2024
lachlan-roberts added a commit that referenced this issue Jan 29, 2024
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
joakime added a commit that referenced this issue Jan 29, 2024
…eArtifactNames

Issue #11329 - fix artifactIds in Jetty 12 migration guide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant