We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fast
1 parent 26c3469 commit 1d9520bCopy full SHA for 1d9520b
CONTRIBUTING.adoc
@@ -88,12 +88,12 @@ The project can be built from the root directory using the standard maven comman
88
NOTE: You may need to increase the amount of memory available to Maven by setting
89
a `MAVEN_OPTS` environment variable with the value `-Xmx512m`
90
91
-If you are rebuilding often, you might also want to skip the tests until you are ready
92
-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:
93
94
[indent=0]
95
----
96
- $ ./mvnw clean install -DskipTests
+ $ ./mvnw clean install -DskipTests -Pfast
97
98
99
0 commit comments