jetty.project/README.txt

20 lines
572 B
Plaintext
Raw Normal View History

2012-01-12 16:21:46 -05:00
This is a source checkout of the Jetty webserver.
To build, use:
mvn install
The jetty distribution will be built in
jetty-distribution/target/distribution
The first build may take a long time as Maven downloads all the
dependencies.
The tests do a lot of stress testing, and on some machines it is
necessary to set the file descriptor limit to greater than 2048
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.