You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/08/11 01:36:28 UTC

svn commit: r1371845 - /lucene/dev/trunk/build.xml

Author: uschindler
Date: Fri Aug 10 23:36:28 2012
New Revision: 1371845

URL: http://svn.apache.org/viewvc?rev=1371845&view=rev
Log:
LUCENE-4187: Add jenkins clover task

Modified:
    lucene/dev/trunk/build.xml

Modified: lucene/dev/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1371845&r1=1371844&r2=1371845&view=diff
==============================================================================
--- lucene/dev/trunk/build.xml (original)
+++ lucene/dev/trunk/build.xml Fri Aug 10 23:36:28 2012
@@ -257,6 +257,7 @@
 
   <!-- Jenkins tasks -->
   <target name="jenkins-hourly" depends="clean,test,validate,-jenkins-javadocs-lint,-svn-status"/>
+  <target name="jenkins-clover" depends="clean,test,generate-clover-reports"/>
   
   <!-- we need this extra condition, as we want to match only on "true", not solely if property is set: -->
   <property name="disable.javadocs-lint" value="false" />