add some text
This commit is contained in:
parent
bf00fbcf3b
commit
d79b023d4b
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
This is a source checkout of the Jetty webserver.
|
This is a source checkout of the Jetty webserver.
|
||||||
|
|
||||||
To build, use:
|
To build, use:
|
||||||
|
@ -14,3 +15,5 @@ dependencies.
|
||||||
The tests do a lot of stress testing, and on some machines it is
|
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
|
necessary to set the file descriptor limit to greater than 2048
|
||||||
for the tests to all pass successfully.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue