You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by se...@apache.org on 2015/12/16 09:56:39 UTC

yetus git commit: YETUS-240. Skip checkstyle and findbugs checks during mvn install

Repository: yetus
Updated Branches:
  refs/heads/master 8736a9c90 -> bec32f2b8


YETUS-240. Skip checkstyle and findbugs checks during mvn install

Signed-off-by: Kengo Seki <se...@apache.org>


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

Branch: refs/heads/master
Commit: bec32f2b807b495fc270e7535345654d414a37dc
Parents: 8736a9c
Author: Josh Elser <el...@apache.org>
Authored: Tue Dec 15 13:41:34 2015 -0500
Committer: Kengo Seki <se...@apache.org>
Committed: Wed Dec 16 17:56:17 2015 +0900

----------------------------------------------------------------------
 precommit/test-patch.d/maven.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/bec32f2b/precommit/test-patch.d/maven.sh
----------------------------------------------------------------------
diff --git a/precommit/test-patch.d/maven.sh b/precommit/test-patch.d/maven.sh
index 06b1b69..5eb5f73 100755
--- a/precommit/test-patch.d/maven.sh
+++ b/precommit/test-patch.d/maven.sh
@@ -424,7 +424,7 @@ function maven_precompile
   fi
 
   personality_modules "${repostatus}" mvninstall
-  modules_workers "${repostatus}" mvninstall -fae clean install -DskipTests=true -Dmaven.javadoc.skip=true
+  modules_workers "${repostatus}" mvninstall -fae clean install -DskipTests=true -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true
   result=$?
   modules_messages "${repostatus}" mvninstall true
   if [[ ${result} != 0 ]]; then