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 2018/04/04 17:07:02 UTC

flink git commit: [FLINK-9131][travis] Disable spotbugs plugin

Repository: flink
Updated Branches:
  refs/heads/master 29fbc95ca -> bd8b47956


[FLINK-9131][travis] Disable spotbugs plugin


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/bd8b4795
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/bd8b4795
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/bd8b4795

Branch: refs/heads/master
Commit: bd8b47956bde0e7ff7ed5cc6d4bd79a875957835
Parents: 29fbc95
Author: zentol <ch...@apache.org>
Authored: Wed Apr 4 16:43:14 2018 +0200
Committer: zentol <ch...@apache.org>
Committed: Wed Apr 4 19:06:55 2018 +0200

----------------------------------------------------------------------
 tools/travis_mvn_watchdog.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/bd8b4795/tools/travis_mvn_watchdog.sh
----------------------------------------------------------------------
diff --git a/tools/travis_mvn_watchdog.sh b/tools/travis_mvn_watchdog.sh
index dc1125d..eacecc6 100755
--- a/tools/travis_mvn_watchdog.sh
+++ b/tools/travis_mvn_watchdog.sh
@@ -146,7 +146,7 @@ case $TEST in
 		# compile everything since dist needs it anyway
 		MVN_COMPILE_MODULES=""
 		MVN_TEST_MODULES="-pl $NEGATED_CORE,$NEGATED_LIBRARIES,$NEGATED_CONNECTORS,$NEGATED_TESTS"
-		MVN_COMPILE_OPTIONS="-Dspotbugs"
+		MVN_COMPILE_OPTIONS=""
 		MVN_TEST_OPTIONS="-Dcheckstyle.skip=true"
 	;;
 esac