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

[isis] 09/12: ISIS-2094: reducing noise of build, ctd

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 aad0c98807d00a2bff64334333a7679d0450adde
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 30 08:39:11 2020 +0000

    ISIS-2094: reducing noise of build, ctd
---
 scripts/ci/build-core.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/build-core.sh b/scripts/ci/build-core.sh
index 2a6fd0b..33b2f85 100644
--- a/scripts/ci/build-core.sh
+++ b/scripts/ci/build-core.sh
@@ -72,11 +72,11 @@ mvn -s $SETTINGS_XML \
     | fgrep --line-buffered -v "Uploaded from gcpappenginerepo" \
     | fgrep --line-buffered -v "Downloading from gcpappenginerepo" \
     | fgrep --line-buffered -v "Downloaded from gcpappenginerepo" \
-    | grep --line-buffered -v "^\[INFO\][\s]*$" \
     | fgrep --line-buffered -v "[INFO] --- maven-enforcer-plugin" \
     | fgrep --line-buffered -v "[INFO] --- maven-site-plugin" \
     | fgrep --line-buffered -v "[INFO] <<< maven-source-plugin:" \
     | fgrep --line-buffered -v "[INFO] >>> maven-source-plugin" \
+    | fgrep --line-buffered -v "[INFO] Installing" \
     | fgrep --line-buffered -v "[INFO] Using alternate deployment repository gcpappenginerepo" \
     | fgrep --line-buffered -v "[INFO] No site descriptor found: nothing to attach." \
     | fgrep --line-buffered -v "[INFO] Skipping because packaging 'jar' is not pom."