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 03de205 Use mvnw instead of mvn
03de205 is described below
commit 03de20567937720802b0ae1da384d9a7fe0d3e2f
Author: Bertil Chapuis <[email protected]>
AuthorDate: Sun Apr 30 11:40:10 2023 +0200
Use mvnw instead of mvn
---
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 b3d94dc..6525135 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 `mvn clean package` from the root folder of
the Baremaps project. Upon successful
+To start you can run the command `./mvnw clean package` from the root folder
of the Baremaps project. Upon successful
compilation you should see something similar to the following output in your
terminal.
```bash