You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2019/10/29 20:28:12 UTC

[isis] 17/23: ISIS-2094: more fixes

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

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 227f15267deb2bd1e408c228dbc94cabd4e6231d
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Oct 28 22:21:42 2019 +0000

    ISIS-2094: more fixes
---
 build-example-apps.sh | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/build-example-apps.sh b/build-example-apps.sh
index a87f72c..b1f44a6 100644
--- a/build-example-apps.sh
+++ b/build-example-apps.sh
@@ -29,7 +29,6 @@ cd ..
 
 
 #export APP_NAME=helloworld
-#
 #cd examples/apps/$APP_NAME
 #
 #mvn --batch-mode \
@@ -61,6 +60,17 @@ cd ..
 #cd ../../..
 
 export APP_NAME=simpleapp
+cd examples/apps/$APP_NAME
+
+mvn --batch-mode \
+    install \
+    -Drevision=$REVISION \
+    -Disis.version=$REVISION \
+    -Dmavenmixin-docker \
+    -Ddocker-plugin.imageName=$ORG_NAME/$APP_NAME
+if [ $? -ne 0 ]; then
+  exit 1
+fi
 
 mvn -s ../../../.m2/settings.xml \
     --batch-mode \