Minor update to README.txt to test updated master
This commit is contained in:
parent
db26c7cbf3
commit
d40dc43e36
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue