Document fast profile in contributing documentation

Closes gh-8424
This commit is contained in:
Stephane Nicoll 2017-03-03 13:45:44 +01:00
parent 26c3469cce
commit 1d9520b3ab

View File

@ -88,12 +88,12 @@ The project can be built from the root directory using the standard maven comman
NOTE: You may need to increase the amount of memory available to Maven by setting
a `MAVEN_OPTS` environment variable with the value `-Xmx512m`
If you are rebuilding often, you might also want to skip the tests until you are ready
to submit a pull request:
If you are rebuilding often, you might also want to skip the tests and the execution of
checkstyle until you are ready to submit a pull request:
[indent=0]
----
$ ./mvnw clean install -DskipTests
$ ./mvnw clean install -DskipTests -Pfast
----