[exo-jcr-commits] exo-jcr SVN: r228 - jcr/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 5 10:56:27 EDT 2009


Author: nfilotto
Date: 2009-10-05 10:56:26 -0400 (Mon, 05 Oct 2009)
New Revision: 228

Modified:
   jcr/trunk/pom.xml
Log:
EXOJCR-166: Support separated ear delivery

Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml	2009-10-05 14:06:55 UTC (rev 227)
+++ jcr/trunk/pom.xml	2009-10-05 14:56:26 UTC (rev 228)
@@ -464,17 +464,11 @@
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
-	          <skip>${exo.test.skip}</skip>
-        	  <useFile>${exo.test.use.file}</useFile>
-        	  <testFailureIgnore>${exo.test.failure.ignore}</testFailureIgnore>
-        	  <classesDirectory>${exo.test.classesdirectory}</classesDirectory>
-        	  <forkMode>${exo.test.forkMode}</forkMode>
                   <includes>
                      <include>**/${exo.test.includes}.java</include>
                   </includes>
                   <excludes>
                      <exclude>**/ftpclient/**/*.java</exclude>
-  		     <exclude>**/TestEncoding.java</exclude>
                   </excludes>
                </configuration>
             </plugin>



More information about the exo-jcr-commits mailing list