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

[isis] 11/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 8e9b9055ccbd5a281bd83a10a28a9cebd3468097
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 30 08:44:27 2020 +0000

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

diff --git a/scripts/ci/build-core.sh b/scripts/ci/build-core.sh
index 33b2f85..2b49c88 100644
--- a/scripts/ci/build-core.sh
+++ b/scripts/ci/build-core.sh
@@ -77,6 +77,7 @@ mvn -s $SETTINGS_XML \
     | 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] Copying" \
     | 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."