[exo-jcr-commits] exo-jcr SVN: r2015 - in kernel/trunk: exo.kernel.component.common and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 5 07:14:20 EST 2010


Author: dkatayev
Date: 2010-03-05 07:14:20 -0500 (Fri, 05 Mar 2010)
New Revision: 2015

Modified:
   kernel/trunk/exo.kernel.component.command/pom.xml
   kernel/trunk/exo.kernel.component.common/pom.xml
Log:
EXOJCR-553 exo.test.includes property usage removed

Modified: kernel/trunk/exo.kernel.component.command/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.component.command/pom.xml	2010-03-05 11:48:04 UTC (rev 2014)
+++ kernel/trunk/exo.kernel.component.command/pom.xml	2010-03-05 12:14:20 UTC (rev 2015)
@@ -60,5 +60,19 @@
          <groupId>xml-apis</groupId>
          <artifactId>xml-apis</artifactId>
       </dependency>
-   </dependencies>
-</project>
\ No newline at end of file
+   </dependencies>
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>**/CommandServiceTest.java</exclude>
+                  <exclude>**/MultiConfigServiceTest.java</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+</project>

Modified: kernel/trunk/exo.kernel.component.common/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.component.common/pom.xml	2010-03-05 11:48:04 UTC (rev 2014)
+++ kernel/trunk/exo.kernel.component.common/pom.xml	2010-03-05 12:14:20 UTC (rev 2015)
@@ -89,6 +89,19 @@
          <groupId>javax.transaction</groupId>
          <artifactId>jta</artifactId>
       </dependency>
-   </dependencies>
-
+   </dependencies>
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>**/InitialContextTest.java</exclude>
+                  <exclude>**/TransactionTest.java</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
 </project>



More information about the exo-jcr-commits mailing list