[exo-jcr-commits] exo-jcr SVN: r2082 - in jcr/trunk: exo.jcr.component.core and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 18 09:57:04 EDT 2010


Author: dkatayev
Date: 2010-03-18 09:57:03 -0400 (Thu, 18 Mar 2010)
New Revision: 2082

Modified:
   jcr/trunk/exo.jcr.component.core/pom.xml
   jcr/trunk/exo.jcr.framework.ftpclient/pom.xml
   jcr/trunk/pom.xml
Log:
EXOJCR-590 tests are excluded in their project's pom's

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2010-03-18 11:12:01 UTC (rev 2081)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2010-03-18 13:57:03 UTC (rev 2082)
@@ -398,6 +398,7 @@
                   <exclude>org/exoplatform/services/jcr/**/impl/**/TestLinkedWorkspaceStorageCacheMetrics.java</exclude>
                   <exclude>org/exoplatform/services/jcr/**/impl/**/SQLBenchmarkTest.java</exclude>
                   <exclude>org/exoplatform/services/jcr/**/impl/**/TestLockPerstistentDataManager.java</exclude>
+                  <exclude>org/exoplatform/services/jcr/**/impl/**/TestCleanableFileStreamValueData.java</exclude>                  
                   <exclude>org/exoplatform/services/jcr/**/api/**/TestOrderBefore.java</exclude>
                </excludes>
             </configuration>

Modified: jcr/trunk/exo.jcr.framework.ftpclient/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.ftpclient/pom.xml	2010-03-18 11:12:01 UTC (rev 2081)
+++ jcr/trunk/exo.jcr.framework.ftpclient/pom.xml	2010-03-18 13:57:03 UTC (rev 2082)
@@ -52,7 +52,14 @@
             </archive>
           </configuration>
         </plugin>
-      </plugins>
+        <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-surefire-plugin</artifactId>
+           <configuration>
+              <skipTests>true</skipTests>           
+           </configuration>
+        </plugin>
+      </plugins>      
     </pluginManagement>
   </build>
 </project>

Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml	2010-03-18 11:12:01 UTC (rev 2081)
+++ jcr/trunk/pom.xml	2010-03-18 13:57:03 UTC (rev 2082)
@@ -419,20 +419,6 @@
         </includes>
       </testResource>
     </testResources>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <configuration>
-            <excludes>
-              <exclude>**/ftpclient/**/*.java</exclude>
-              <exclude>**/TestCleanableFileStreamValueData.java</exclude>
-            </excludes>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
   </build>
   <modules>
     <module>exo.jcr.component.core</module>



More information about the exo-jcr-commits mailing list