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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 5 08:44:03 EST 2010


Author: dkatayev
Date: 2010-03-05 08:44:02 -0500 (Fri, 05 Mar 2010)
New Revision: 2036

Modified:
   jcr/trunk/exo.jcr.component.core/pom.xml
   jcr/trunk/exo.jcr.component.webdav/pom.xml
   jcr/trunk/exo.jcr.framework.command/pom.xml
   jcr/trunk/pom.xml
Log:
EXOJCR-553 exo.test properties usage removed

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2010-03-05 12:44:24 UTC (rev 2035)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2010-03-05 13:44:02 UTC (rev 2036)
@@ -676,7 +676,6 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <phase>test</phase>
-              <forkMode>${exo.test.forkMode}</forkMode>
               <!-- argLine>${env.MAVEN_OPTS}</argLine -->
               <goals>
                 <goal>test</goal>

Modified: jcr/trunk/exo.jcr.component.webdav/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.webdav/pom.xml	2010-03-05 12:44:24 UTC (rev 2035)
+++ jcr/trunk/exo.jcr.component.webdav/pom.xml	2010-03-05 13:44:02 UTC (rev 2036)
@@ -103,11 +103,9 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
-            <includes>
-              <include>**/Test*</include>
-            </includes>
             <excludes>
               <exclude>**/TestUtils.java</exclude>
+              <exclude>**/OrderPatchTest.java</exclude>
               <!-- Related issue: http://jira.exoplatform.org/browse/JCR-1149 -->
               <exclude>**/TestEncoding.java</exclude>
               <exclude>**/TestPropFindContent.java</exclude>

Modified: jcr/trunk/exo.jcr.framework.command/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.command/pom.xml	2010-03-05 12:44:24 UTC (rev 2035)
+++ jcr/trunk/exo.jcr.framework.command/pom.xml	2010-03-05 13:44:02 UTC (rev 2036)
@@ -86,20 +86,4 @@
          <scope>test</scope>
       </dependency>
    </dependencies>
-   <build>
-      <pluginManagement>
-         <plugins>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-surefire-plugin</artifactId>
-               <configuration>
-                  <includes>
-                     <include>**/TestJCRCommands.java</include>
-                     <include>**/cli/Test*.java</include>
-                  </includes>
-               </configuration>
-            </plugin>
-         </plugins>
-      </pluginManagement>
-   </build>
 </project>
\ No newline at end of file

Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml	2010-03-05 12:44:24 UTC (rev 2035)
+++ jcr/trunk/pom.xml	2010-03-05 13:44:02 UTC (rev 2036)
@@ -209,12 +209,12 @@
         <artifactId>slf4j-api</artifactId>
         <version>1.5.8</version>
         <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-log4j12</artifactId>
-        <version>1.5.8</version>
-        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-log4j12</artifactId>
+        <version>1.5.8</version>
+        <scope>test</scope>
       </dependency>      
       <dependency>
         <groupId>stax</groupId>
@@ -365,11 +365,11 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
     </dependency>  
   </dependencies>
   <build>
@@ -426,9 +426,6 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
-            <includes>
-              <include>**/${exo.test.includes}.java</include>
-            </includes>
             <excludes>
               <exclude>**/ftpclient/**/*.java</exclude>
               <exclude>**/TestCleanableFileStreamValueData.java</exclude>



More information about the exo-jcr-commits mailing list