You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2018/01/04 16:36:32 UTC

svn commit: r1820121 - in /jackrabbit/branches/2.16: ./ jackrabbit-parent/pom.xml

Author: mreutegg
Date: Thu Jan  4 16:36:32 2018
New Revision: 1820121

URL: http://svn.apache.org/viewvc?rev=1820121&view=rev
Log:
JCR-4241: Jacoco plugin fails with exception

Merged revision 1820119 from trunk

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

Propchange: jackrabbit/branches/2.16/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jan  4 16:36:32 2018
@@ -1,3 +1,3 @@
 /jackrabbit/branches/JCR-2272:1173165-1176545
 /jackrabbit/sandbox/JCR-2415-lucene-3.0:1060860-1064038
-/jackrabbit/trunk:1816227,1817094,1817097-1817098,1817100,1817113,1817201,1817213,1817341,1817373,1817377,1818586
+/jackrabbit/trunk:1816227,1817094,1817097-1817098,1817100,1817113,1817201,1817213,1817341,1817373,1817377,1818586,1820119

Modified: jackrabbit/branches/2.16/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.16/jackrabbit-parent/pom.xml?rev=1820121&r1=1820120&r2=1820121&view=diff
==============================================================================
--- jackrabbit/branches/2.16/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/branches/2.16/jackrabbit-parent/pom.xml Thu Jan  4 16:36:32 2018
@@ -246,6 +246,10 @@
               <goals>
                 <goal>prepare-agent-integration</goal>
               </goals>
+              <configuration>
+                <skip>${skip.coverage}</skip>
+                <propertyName>test.opts.coverage</propertyName>
+              </configuration>
             </execution>
             <execution>
               <id>default-report</id>