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 2015/03/17 04:28:58 UTC

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

Author: billbarker
Date: Tue Mar 17 03:28:58 2015
New Revision: 1667171

URL: http://svn.apache.org/r1667171
Log:
If tests are skipped, cobertura must be skipped as well

Modified:
    gump/metadata/project/checkstyle.xml

Modified: gump/metadata/project/checkstyle.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/checkstyle.xml?rev=1667171&r1=1667170&r2=1667171&view=diff
==============================================================================
--- gump/metadata/project/checkstyle.xml (original)
+++ gump/metadata/project/checkstyle.xml Tue Mar 17 03:28:58 2015
@@ -29,6 +29,7 @@
   
     <mvn3 goal="install">
       <property name="skipTests" value="true"/>
+      <property name="cobertura.skip" value="true"/>
     </mvn3>
 
     <option project="ant"/>