jetty.project/README.txt
Greg Wilkins da627b843f jetty @ eclipse initial commit
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@8 7e9141cc-0065-0410-87d8-b60c137991c4
2009-03-24 21:07:27 +00:00

18 lines
338 B
Plaintext

This is the Jetty 7 HTTP server and servlet container.
For more information about Jetty, please see the Jetty wiki:
http://docs.codehaus.org/display/JETTY/
BUILDING JETTY
==============
Jetty uses maven 2 as its build system. Maven will fetch
the dependancies, build the server and assemble a runnable
version:
mvn install