jetty.project
jetty.project copied to clipboard
Fix documentation for Maven jetty plugin for Jetty 12
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-plugin
you need to use the corresponding eeX version. ee10 use this one https://repo.maven.apache.org/maven2/org/eclipse/jetty/ee10/jetty-ee10-maven-plugin/ you will find versions for ee8, ee9 and ee10
So the maven jetty plugin doc should be updated.
So the maven jetty plugin doc should be updated.
Good catch! we definitely need to fix this. Would you be happy to provide a PR?
@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 https://github.com/jetty/jetty.project/issues/11329 - currently some of those coordinates are not correct.
Fixed by #11341.