You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/30 08:52:48 UTC

[isis] 03/12: ISIS-2094: reducing noise of build

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

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

commit a35bb9495eae551bb34af79b5cfb987b2548bdc1
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 30 08:25:47 2020 +0000

    ISIS-2094: reducing noise of build
---
 scripts/ci/build-core.sh | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/scripts/ci/build-core.sh b/scripts/ci/build-core.sh
index 63fcfe7..8e9ef41 100644
--- a/scripts/ci/build-core.sh
+++ b/scripts/ci/build-core.sh
@@ -30,32 +30,23 @@ if [ ! -z "$REVISION" ]; then
   cd $PROJECT_ROOT_PATH/core-parent
   echo ""
   echo ""
-  echo ""
-  echo ""
   echo ">>> mvn versions:set -DnewVersion=$REVISION ..."
   echo ""
   echo ""
-  echo ""
-  echo ""
   mvn versions:set \
       -DnewVersion=$REVISION \
       | grep -v "^Progress (1)" \
       | grep -v "Downloading from central" \
       | grep -v "Downloaded from central" \
       | grep -v "Downloading from DataNucleus_2" \
-      | grep -v "Downloaded from DataNucleus_2" \
-      | grep -v "^\[INFO\] $"
+      | grep -v "Downloaded from DataNucleus_2"
 
   cd $PROJECT_ROOT_PATH/starters
   echo ""
   echo ""
-  echo ""
-  echo ""
   echo ">>> sed'ing version in starters ..."
   echo ""
   echo ""
-  echo ""
-  echo ""
   CURR=$(grep "<version>" pom.xml | head -1 | cut -d'>' -f2 | cut -d'<' -f1)
   sed -i "s|<version>$CURR</version>|<version>$REVISION</version>|g" pom.xml
 fi
@@ -81,7 +72,6 @@ mvn -s $SETTINGS_XML \
     | grep -v "Uploaded from gcpappenginerepo" \
     | grep -v "Downloading from gcpappenginerepo" \
     | grep -v "Downloaded from gcpappenginerepo" \
-    | grep -v "^\[INFO\] $" \
     | grep -v "^\[INFO\] --- maven-enforcer-plugin" \
     | grep -v "^\[INFO\] --- maven-site-plugin" \
     | grep -v "^\[INFO\] <<< maven-source-plugin:" \
@@ -102,8 +92,7 @@ if [ ! -z "$REVISION" ]; then
       | grep -v "Downloading from central" \
       | grep -v "Downloaded from central" \
       | grep -v "Downloading from DataNucleus_2" \
-      | grep -v "Downloaded from DataNucleus_2" \
-      | grep -v "^\[INFO\] $"
+      | grep -v "Downloaded from DataNucleus_2"
 
   cd $PROJECT_ROOT_PATH/starters
   echo ""