You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/05/02 08:42:28 UTC

[flink] 07/10: [hotfix][travis] Allow scala-suffix check to download plugins

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

chesnay pushed a commit to branch release-1.8
in repository https://gitbox.apache.org/repos/asf/flink.git

commit fa4b0d0eb1670076215f125e9ada2fdc22304150
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu Apr 11 12:52:35 2019 +0200

    [hotfix][travis] Allow scala-suffix check to download plugins
---
 tools/verify_scala_suffixes.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/verify_scala_suffixes.sh b/tools/verify_scala_suffixes.sh
index 0f94c2d..c20a607 100755
--- a/tools/verify_scala_suffixes.sh
+++ b/tools/verify_scala_suffixes.sh
@@ -116,7 +116,7 @@ while read line; do
             block_infected=1
         fi
     fi
-done < <(mvn -o dependency:tree -Dincludes=org.scala-lang -pl ${excluded_modules} | tee /dev/tty)
+done < <(mvn -nsu dependency:tree -Dincludes=org.scala-lang -pl ${excluded_modules} | tee /dev/tty)
 
 
 # deduplicate and sort