2012-01-12 16:21:46 -05:00
2010-05-23 16:36:28 -04:00
This is a source checkout of the Jetty webserver.
2009-03-24 17:07:27 -04:00
2010-05-23 16:36:28 -04:00
To build, use:
2009-03-24 17:07:27 -04:00
2011-07-12 17:48:23 -04:00
mvn install
2011-07-12 12:15:49 -04:00
2010-05-23 16:36:28 -04:00
The jetty distribution will be built in
2009-05-15 20:43:45 -04:00
2010-05-23 16:36:28 -04:00
jetty-distribution/target/distribution
2009-05-15 20:43:45 -04:00
2011-07-13 11:09:28 -04:00
The first build may take a long time as Maven downloads all the
2010-07-04 22:18:08 -04:00
dependencies.
The tests do a lot of stress testing, and on some machines it is
2011-07-12 12:00:54 -04:00
necessary to set the file descriptor limit to greater than 2048
2011-07-12 12:15:22 -04:00
for the tests to all pass successfully.
2012-01-12 16:21:46 -05: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.