From bf00fbcf3b33cf14e9b92d5143dda1380e6576f6 Mon Sep 17 00:00:00 2001 From: Jesse McConnell Date: Thu, 12 Jan 2012 15:05:38 -0600 Subject: [PATCH 1/2] nop change --- README.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/README.txt b/README.txt index 28a387764c3..0bb3c75dfe5 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,3 @@ - This is a source checkout of the Jetty webserver. To build, use: From d79b023d4bca942aefbadca384080c4663059c6b Mon Sep 17 00:00:00 2001 From: Jesse McConnell Date: Thu, 12 Jan 2012 15:21:46 -0600 Subject: [PATCH 2/2] add some text --- README.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.txt b/README.txt index 0bb3c75dfe5..3412f8ff169 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,4 @@ + This is a source checkout of the Jetty webserver. To build, use: @@ -14,3 +15,5 @@ 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. + +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.