This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git
The following commit(s) were added to refs/heads/main by this push:
new 187b842 Skip tests when building
187b842 is described below
commit 187b842cad603786c16dcaf9e424920afb07bf63
Author: Bertil Chapuis <[email protected]>
AuthorDate: Sun Apr 30 11:42:53 2023 +0200
Skip tests when building
---
pages/documentation/developer-manual/how-to-build-with-maven.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/documentation/developer-manual/how-to-build-with-maven.mdx
b/pages/documentation/developer-manual/how-to-build-with-maven.mdx
index 6525135..c40df6d 100644
--- a/pages/documentation/developer-manual/how-to-build-with-maven.mdx
+++ b/pages/documentation/developer-manual/how-to-build-with-maven.mdx
@@ -7,7 +7,7 @@ to compile [(at least
3.x.x)](https://maven.apache.org/download.cgi).
### Linux or OSX
-To start you can run the command `./mvnw clean package` from the root folder
of the Baremaps project. Upon successful
+To start you can run the command `./mvnw clean package -DskipTests` from the
root folder of the Baremaps project. Upon successful
compilation you should see something similar to the following output in your
terminal.
```bash