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 2022/12/06 20:37:04 UTC

svn commit: r1905813 - in /jackrabbit/branches/2.20: ./ jackrabbit-jcr2spi/pom.xml

Author: reschke
Date: Tue Dec  6 20:37:04 2022
New Revision: 1905813

URL: http://svn.apache.org/viewvc?rev=1905813&view=rev
Log:
JCR-4861: enable unit tests in jcr2spi (merged r1904683 into 2.20)

Modified:
    jackrabbit/branches/2.20/   (props changed)
    jackrabbit/branches/2.20/jackrabbit-jcr2spi/pom.xml

Propchange: jackrabbit/branches/2.20/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1904683

Modified: jackrabbit/branches/2.20/jackrabbit-jcr2spi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.20/jackrabbit-jcr2spi/pom.xml?rev=1905813&r1=1905812&r2=1905813&view=diff
==============================================================================
--- jackrabbit/branches/2.20/jackrabbit-jcr2spi/pom.xml (original)
+++ jackrabbit/branches/2.20/jackrabbit-jcr2spi/pom.xml Tue Dec  6 20:37:04 2022
@@ -68,7 +68,16 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
            <excludes>
-              <exclude>**/*</exclude>
+              <!-- exclude tests run from other projects requiring a repo (see JCR-4861) -->
+              <exclude>**/jcr2spi/*</exclude>
+              <exclude>**/jcr2spi/lock/**</exclude>
+              <exclude>**/jcr2spi/name/**</exclude>
+              <exclude>**/jcr2spi/nodetype/**</exclude>
+              <exclude>**/jcr2spi/observation/**</exclude>
+              <exclude>**/jcr2spi/query/**</exclude>
+              <exclude>**/jcr2spi/security/**</exclude>
+              <exclude>**/jcr2spi/version/**</exclude>
+              <exclude>**/jcr2spi/xml/**</exclude>
           </excludes>
          <systemProperties>
             <property>