Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jetty-maven-plugin source code repository

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!

like image 886
micfra Avatar asked May 11 '12 09:05

micfra


2 Answers

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:

http://cia.vc/stats/project/jetty/

like image 102
jesse mcconnell Avatar answered Nov 06 '22 04:11

jesse mcconnell


Finally found it https://fisheye.codehaus.org/browse/jetty-project/jetty-maven-plugin and here git://git.codehaus.org/jetty-project.git

like image 25
micfra Avatar answered Nov 06 '22 03:11

micfra