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:00 UTC

[isis] 05/23: ISIS-2094: debugging the build shells scripts

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 c12345cce50939803eabe7338850050fdb1bc638
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Oct 28 12:52:34 2019 +0000

    ISIS-2094: debugging the build shells scripts
---
 build-core.sh         | 2 +-
 build-example-apps.sh | 6 +++---
 build-mixins.sh       | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build-core.sh b/build-core.sh
index 71731e1..c17a3e7 100644
--- a/build-core.sh
+++ b/build-core.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-set -x
+#set -x
 #trap read debug
 
 echo ""
diff --git a/build-example-apps.sh b/build-example-apps.sh
index ea7bbf2..808c157 100644
--- a/build-example-apps.sh
+++ b/build-example-apps.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-set -x
+#set -x
 #trap read debug
 
 echo ""
@@ -18,7 +18,7 @@ echo ""
 
 cd examples/apps/$APP_NAME
 
-mvn -s ../.m2/settings.xml \
+mvn -s ../../../.m2/settings.xml \
     --batch-mode \
     clean deploy \
     -Dgcpappenginerepo-deploy \
@@ -38,7 +38,7 @@ if [ $? -ne 0 ]; then
   exit 1
 fi
 
-mvn -s ../.m2/settings.xml \
+mvn -s ../../../.m2/settings.xml \
     --batch-mode \
     docker:push@push-image-tagged \
     -pl webapp \
diff --git a/build-mixins.sh b/build-mixins.sh
index 64d5a08..3ba29cb 100644
--- a/build-mixins.sh
+++ b/build-mixins.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-set -x
+#set -x
 #trap read debug
 
 echo ""