This is an automated email from the ASF dual-hosted git repository.

leonardcs 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 580d009  Fix: command typo
580d009 is described below

commit 580d0092572f77eed0be2f9f42a0b054a37743ed
Author: Leonard <[email protected]>
AuthorDate: Mon Jun 26 16:07:19 2023 +0200

    Fix: command typo
---
 src/pages/documentation/developer-manual/how-to-build-with-maven.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/pages/documentation/developer-manual/how-to-build-with-maven.mdx 
b/src/pages/documentation/developer-manual/how-to-build-with-maven.mdx
index 184e7e0..a92843c 100644
--- a/src/pages/documentation/developer-manual/how-to-build-with-maven.mdx
+++ b/src/pages/documentation/developer-manual/how-to-build-with-maven.mdx
@@ -6,7 +6,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 -DskipTests` from the 
root folder of the Baremaps project. Upon successful
+To start you can run the command `./mvn 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

Reply via email to