You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2020/04/07 19:57:46 UTC

svn commit: r1876254 - in /jackrabbit/branches/2.14: ./ jackrabbit-jcr-commons/pom.xml

Author: reschke
Date: Tue Apr  7 19:57:46 2020
New Revision: 1876254

URL: http://svn.apache.org/viewvc?rev=1876254&view=rev
Log:
JCR-4500: jcr-commons: enable coverage checks (merged r1869791 into 2.14)

Modified:
    jackrabbit/branches/2.14/   (props changed)
    jackrabbit/branches/2.14/jackrabbit-jcr-commons/pom.xml

Propchange: jackrabbit/branches/2.14/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1869791

Modified: jackrabbit/branches/2.14/jackrabbit-jcr-commons/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.14/jackrabbit-jcr-commons/pom.xml?rev=1876254&r1=1876253&r2=1876254&view=diff
==============================================================================
--- jackrabbit/branches/2.14/jackrabbit-jcr-commons/pom.xml (original)
+++ jackrabbit/branches/2.14/jackrabbit-jcr-commons/pom.xml Tue Apr  7 19:57:46 2020
@@ -34,6 +34,12 @@
   <description>General purpose classes for use with the JCR API</description>
   <packaging>bundle</packaging>
 
+  <properties>
+      <skip.coverage>false</skip.coverage>
+      <minimum.line.coverage>0.23</minimum.line.coverage>
+      <minimum.branch.coverage>0.15</minimum.branch.coverage>
+  </properties>
+
   <build>
     <plugins>
       <plugin>