[exo-jcr-commits] exo-jcr SVN: r4536 - jcr/trunk/exo.jcr.component.core.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jun 14 09:36:34 EDT 2011


Author: tolusha
Date: 2011-06-14 09:36:33 -0400 (Tue, 14 Jun 2011)
New Revision: 4536

Modified:
   jcr/trunk/exo.jcr.component.core/pom.xml
Log:
EXOJCR-1385: exclude ispn tests for default profile

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2011-06-14 12:27:28 UTC (rev 4535)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2011-06-14 13:36:33 UTC (rev 4536)
@@ -419,6 +419,9 @@
                   <exclude>org/exoplatform/services/jcr/**/impl/**/TestJCRSerializationVersionRestore.java</exclude>
                   <exclude>org/exoplatform/services/jcr/usecases/common/RemoveSameNameSiblingUnfixedTest.java</exclude>
                   <exclude>org/exoplatform/services/jcr/**/impl/**/SQLBenchmarkTest.java</exclude>
+                  <!-- Implementation Specific Excludes -->
+                  <exclude>${impl.specific.exclude.1}</exclude>
+                  <exclude>${impl.specific.exclude.2}</exclude>
                </excludes>
             </configuration>
          </plugin>



More information about the exo-jcr-commits mailing list