-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fix documentation for Maven jetty plugin for Jetty 12 #10809
Comments
you need to use the corresponding eeX version. |
So the maven jetty plugin doc should be updated. |
Good catch! we definitely need to fix this. |
@olamy I will try to send a PR soon. |
The moved jetty-maven-plugin coordinates are in the migration tables -> https://eclipse.dev/jetty/documentation/jetty-12/programming-guide/index.html#pg-migration-11-to-12 |
See #11329 - currently some of those coordinates are not correct. |
Fixed by #11341. |
The official doc related to maven jetty plugin: https://eclipse.dev/jetty/documentation/jetty-12/programming-guide/index.html#get-up-and-running
I am using jetty in my project, when updating the jetty version to 12.0.2 from v11, the
maven-jetty-plugin
is missing in the Maven public repo. Check https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-maven-pluginThe text was updated successfully, but these errors were encountered: