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.
1 parent b687c5b commit c2d70afCopy full SHA for c2d70af
BUILDING.md
@@ -28,8 +28,10 @@ You can build and verify the sources as follows:
28
```sh
29
./mvnw verify
30
```
31
+
32
`verify` goal runs validation and test steps next to building (i.e., compiling) the sources.
33
To speed up the build, you can skip verification:
34
35
36
./mvnw -DskipTests package
37
0 commit comments