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 <jwilson@squareup.com>
This commit is contained in:
Jesse Wilson 2019-10-04 18:32:16 -04:00 committed by Greg Wilkins
parent c19d33dc59
commit d4270d9e97
1 changed files with 1 additions and 1 deletions

View File

@ -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
---------------------