2012-01-12 15:21:46 -06:00
2010-05-23 20:36:28 +00:00
This is a source checkout of the Jetty webserver.
2009-03-24 21:07:27 +00:00
2010-05-23 20:36:28 +00:00
To build, use:
2009-03-24 21:07:27 +00:00
2011-07-12 16:48:23 -05:00
mvn install
2011-07-12 11:15:49 -05:00
2010-05-23 20:36:28 +00:00
The jetty distribution will be built in
2009-05-16 00:43:45 +00:00
2010-05-23 20:36:28 +00:00
jetty-distribution/target/distribution
2009-05-16 00:43:45 +00:00
2011-07-13 17:09:28 +02:00
The first build may take a long time as Maven downloads all the
2010-07-05 02:18:08 +00:00
dependencies.
The tests do a lot of stress testing, and on some machines it is
2011-07-12 11:00:54 -05:00
necessary to set the file descriptor limit to greater than 2048
2011-07-12 11:15:22 -05:00
for the tests to all pass successfully.
2012-01-12 15:21:46 -06:00
Bypass tests by building with -Dmaven.test.skip=true but note that this will not produce some test jars that are leveraged in other places in the build.