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/03/06 11:24:39 UTC

svn commit: r1874890 - in /jackrabbit/branches/2.16: ./ jackrabbit-jcr-commons/pom.xml

Author: reschke
Date: Fri Mar  6 11:24:39 2020
New Revision: 1874890

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

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

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

Modified: jackrabbit/branches/2.16/jackrabbit-jcr-commons/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.16/jackrabbit-jcr-commons/pom.xml?rev=1874890&r1=1874889&r2=1874890&view=diff
==============================================================================
--- jackrabbit/branches/2.16/jackrabbit-jcr-commons/pom.xml (original)
+++ jackrabbit/branches/2.16/jackrabbit-jcr-commons/pom.xml Fri Mar  6 11:24:39 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>