Does anybody know where to find the source code repository of the Jetty Maven plugin? I'm searching for the real source code repo if available, not for the *-sources.jar file which is available here.
Thanks in advance!
Does anybody know where to find the source code repository of the Jetty Maven plugin? I'm searching for the real source code repo if available, not for the *-sources.jar file which is available here.
Thanks in advance!
Jetty @ Eclipse: (org.eclipse.jetty.*)
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/
Jetty @ Codehaus: (org.mortbay.jetty.*)
https://fisheye.codehaus.org/browse/jetty-project
(mirrored since codehaus git http browsing is broke and for reporting reasons atm)
https://github.com/jmcc0nn3ll/jetty-project
Jetty @ Github: (docbook documentation work, some test projects and the like)
https://github.com/jetty-project
Jetty Snapshot Repository: (nightly updates)
https://oss.sonatype.org/content/groups/jetty/
CIA aggregate commit feed for all of jetty:
Finally found it https://fisheye.codehaus.org/browse/jetty-project/jetty-maven-plugin and here git://git.codehaus.org/jetty-project.git
© 2022 - 2024 — McMap. All rights reserved.