This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/isis-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9495ad2b2 adds prereqs for quickstart
9495ad2b2 is described below
commit 9495ad2b2eed9b7f2bee251ec9d5a24e7b56750d
Author: Dan Haywood <[email protected]>
AuthorDate: Sun Dec 11 18:36:23 2022 +0000
adds prereqs for quickstart
---
content/index.html | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/content/index.html b/content/index.html
index cd4b7af68..b6f671010 100644
--- a/content/index.html
+++ b/content/index.html
@@ -540,6 +540,12 @@
<h3 class="cta-title">Quick Start</h3>
<div class="row">
+ <div class="col-lg-12 text-left text-lg-left">
+ <p class="cta-text text-center" style="margin-block-end: 0; ">
+ Prereqs: Java 11 and Maven 3.6+
+ </p>
+ <br/>
+ </div>
<div class="col-lg-6 text-left text-lg-left">
<p class="cta-text text-center" style="margin-block-end: 0; ">
Learn about Apache Isis™ by running the minimal <a
href="docs/2.0.0-M9/starters/helloworld.html">helloworld</a> starter app.
@@ -562,7 +568,7 @@ BRANCH=jdo
curl https://codeload.github.com/apache/$APP/zip/$BRANCH | jar xv
cd $APP-$BRANCH
-mvn clean install
+mvn clean install -Dskip.staging -Dskip.nightly
mvn spring-boot:run</pre>
</p>
</div>
@@ -574,7 +580,7 @@ BRANCH=jdo
curl https://codeload.github.com/apache/$APP/zip/$BRANCH | jar xv
cd $APP-$BRANCH
-mvn clean install
+mvn clean install -Dskip.staging -Dskip.nightly
mvn -pl webapp spring-boot:run</pre>
</p>
</div>
@@ -600,7 +606,7 @@ BRANCH=jpa
curl https://codeload.github.com/apache/$APP/zip/$BRANCH | jar xv
cd $APP-$BRANCH
-mvn clean install
+mvn clean install -Dskip.staging -Dskip.nightly
mvn spring-boot:run</pre>
</p>
</div>
@@ -612,7 +618,7 @@ BRANCH=jpa
curl https://codeload.github.com/apache/$APP/zip/$BRANCH | jar xv
cd $APP-$BRANCH
-mvn clean install
+mvn clean install -Dskip.staging -Dskip.nightly
mvn -pl webapp spring-boot:run</pre>
</p>
</div>