[exo-jcr-commits] exo-jcr SVN: r2158 - jcr/trunk/exo.jcr.component.ext.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 26 05:41:12 EDT 2010


Author: tolusha
Date: 2010-03-26 05:41:12 -0400 (Fri, 26 Mar 2010)
New Revision: 2158

Modified:
   jcr/trunk/exo.jcr.component.ext/build.sh
   jcr/trunk/exo.jcr.component.ext/pom.xml
Log:
EXOJCR-549: revert pom changes

Modified: jcr/trunk/exo.jcr.component.ext/build.sh
===================================================================
--- jcr/trunk/exo.jcr.component.ext/build.sh	2010-03-26 09:40:02 UTC (rev 2157)
+++ jcr/trunk/exo.jcr.component.ext/build.sh	2010-03-26 09:41:12 UTC (rev 2158)
@@ -1 +1 @@
-mvn clean install -Dmaven.test.skip=true
\ No newline at end of file
+mvn clean install -Dmaven.test.skip=false
\ No newline at end of file

Modified: jcr/trunk/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ext/pom.xml	2010-03-26 09:40:02 UTC (rev 2157)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml	2010-03-26 09:41:12 UTC (rev 2158)
@@ -174,14 +174,12 @@
               <include>**/replication/*.java</include>
               <include>**/replication/external/*.java</include>
               <include>**/replication/async/**/*.java</include>
-	      <include>**/**/HTTPBackupAgentTest.java</include>
             </includes>
             <excludes>
               <exclude>**/BaseStandaloneTest.java</exclude>
               <exclude>**/replication/*.java</exclude>
               <exclude>**/replication/external/*.java</exclude>
               <exclude>**/replication/external/BaseTestCaseChecker.java</exclude>
-              <!--exclude>**/backup/*.java</exclude-->
               <exclude>**/access/*.java</exclude>
               <exclude>**/LocalStorageMultithreadTest.java</exclude>
             </excludes>



More information about the exo-jcr-commits mailing list