Minor update to README.txt to test updated master

This commit is contained in:
Joakim Erdfelt 2012-06-21 08:24:09 -07:00
parent db26c7cbf3
commit d40dc43e36
1 changed files with 8 additions and 5 deletions

View File

@ -3,7 +3,7 @@ This is a source checkout of the Jetty webserver.
To build, use:
mvn install
mvn clean install
The jetty distribution will be built in
@ -16,4 +16,7 @@ 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.
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.
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.