You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2016/01/06 03:08:30 UTC

svn commit: r1723220 - /gump/metadata/project/checkstyle.xml

Author: billbarker
Date: Wed Jan  6 02:08:29 2016
New Revision: 1723220

URL: http://svn.apache.org/viewvc?rev=1723220&view=rev
Log:
vmgump is too slow to run findbugs, and nobody looks at the results of this build anyway

Modified:
    gump/metadata/project/checkstyle.xml

Modified: gump/metadata/project/checkstyle.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/checkstyle.xml?rev=1723220&r1=1723219&r2=1723220&view=diff
==============================================================================
--- gump/metadata/project/checkstyle.xml (original)
+++ gump/metadata/project/checkstyle.xml Wed Jan  6 02:08:29 2016
@@ -30,6 +30,7 @@
     <mvn3 goal="install">
       <property name="skipTests" value="true"/>
       <property name="cobertura.skip" value="true"/>
+      <property name="findbugs.skip" value="true"/>
     </mvn3>
 
     <depend project="antlr" runtime="true"/>