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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new bd4c6b0  Automatic Site Publish by Buildbot
bd4c6b0 is described below

commit bd4c6b01f62602d0338db6085b60faee0405f5b3
Author: buildbot <[email protected]>
AuthorDate: Thu Jan 26 22:49:58 2023 +0000

    Automatic Site Publish by Buildbot
---
 .../how-to-build-with-maven/index.html             | 23 ++++++++++++++++++++--
 output/sitemap.xml                                 |  2 +-
 2 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/output/developer-manual/how-to-build-with-maven/index.html 
b/output/developer-manual/how-to-build-with-maven/index.html
index c00db7d..5e880ba 100644
--- a/output/developer-manual/how-to-build-with-maven/index.html
+++ b/output/developer-manual/how-to-build-with-maven/index.html
@@ -96,9 +96,28 @@
             </nav>
           </div>
           <article class="eight columns">
-            <h1 id="how-to-build-with-maven">How to build with Maven</h1>
+            <h1 id="how-to-build-with-maven">How to Build with Maven</h1>
 
-<p>TODO</p>
+<blockquote>
+  <p>If you are using Windows, you will need to use mvnw.cmd instead of ./mvnw 
and use set instead of export to set the environment variable.</p>
+</blockquote>
+
+<p>Navigate to the root directory of your project.</p>
+
+<p>To to build the project without running the tests run the command:</p>
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>./mvnw clean install -DskipTests 
+</code></pre></div></div>
+
+<p>To unzip the distribution, run the command:</p>
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>unzip ./baremaps-cli/target/baremaps.zip
+</code></pre></div></div>
+
+<p>To add the distribution to your system’s PATH environment variable, run the 
command:</p>
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>export PATH=$PATH:pwd/baremaps
+</code></pre></div></div>
 
             <p><a class="edit" 
href="https://github.com/apache/incubator-baremaps-site/edit/main/developer-manual/how-to-build-with-maven/index.md";><i
 class="fas fa-edit"></i> Improve this page</a></p>
           </article>
diff --git a/output/sitemap.xml b/output/sitemap.xml
index e220677..89b717f 100644
--- a/output/sitemap.xml
+++ b/output/sitemap.xml
@@ -74,6 +74,6 @@
 </url>
 <url>
 <loc>/assets/demo.html</loc>
-<lastmod>2023-01-04T15:29:50+00:00</lastmod>
+<lastmod>2023-01-26T22:49:55+00:00</lastmod>
 </url>
 </urlset>

Reply via email to