jetty-maven-plugin source code repository
Asked Answered
D

2

6

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!

Dulcy answered 11/5, 2012 at 9:17 Comment(0)
A
6

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/

Ayo answered 11/5, 2012 at 14:9 Comment(4)
Tnx for the overview. What was of my primary interest was the source repo of the maven-jetty-plugin which I only found at git://git.codehaus.org/jetty-project.git and your mirror of this one at github. Maybe it is useful to point it our at a prominent place in the docs at Eclipse or Codehaus pages?Dulcy
yes, I'll have it updated in the new documentation, sorry it was a pain to findAyo
update 2016: github.com/jetty-project/codehaus-jetty-project/tree/master/…Gershwin
2016: github.com/eclipse/jetty.project/tree/jetty-9.3.x/…Ayo
D
2

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

Dulcy answered 11/5, 2012 at 9:22 Comment(1)
To view online: github.com/eclipse/jetty.project/tree/master/jetty-maven-pluginFinance

© 2022 - 2024 — McMap. All rights reserved.