You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/09/28 08:50:22 UTC

[myfaces-tobago] branch master updated: fix: the grep of the output wasn't matched, because of the color since maven 3.5.0

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new b637c29  fix: the grep of the output wasn't matched, because of the color since maven 3.5.0
b637c29 is described below

commit b637c29290f3c6dd21052fe95b025b6b665d3731
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Sep 28 10:50:17 2017 +0200

    fix: the grep of the output wasn't matched, because of the color since maven 3.5.0
---
 tobago-theme/rebuild-theme.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-theme/rebuild-theme.sh b/tobago-theme/rebuild-theme.sh
index 91cc9dd..e4acaf4 100755
--- a/tobago-theme/rebuild-theme.sh
+++ b/tobago-theme/rebuild-theme.sh
@@ -19,7 +19,7 @@
 
 set -e
 
-REPO=`mvn help:evaluate -Dexpression=settings.localRepository | grep -v '\[INFO\]'`
+REPO=`mvn help:evaluate -Dexpression=settings.localRepository | grep -v '\[.*INFO.*\]'`
 echo "Maven repo: ${REPO}"
 REPO_REGEX=`echo ${REPO} | sed s/\\\\//\\\\\\\\\\\\//g`
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].