From d4270d9e97fa9b2b03e5a2610edc3ee85ca21949 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Fri, 4 Oct 2019 18:32:16 -0400 Subject: [PATCH] Better advice for skipping tests in README.md (#4157) This causes test artifacts to be built even though tests are not run. Signed-off-by: Jesse Wilson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2793de75d638..2d529b0275a6 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The first build may take a longer than expected as Maven downloads all the depen The build 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. -It is possible to bypass tests by building with `mvn -Dmaven.test.skip=true install` but note that this will not produce some of the test jars that are leveraged in other places in the build. +It is possible to bypass tests by building with `mvn clean install -DskipTests`. Professional Services ---------------------