You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/10/06 08:20:48 UTC

svn commit: r453507 - /incubator/servicemix/trunk/servicemix-jms/pom.xml

Author: foconer
Date: Thu Oct  5 23:20:47 2006
New Revision: 453507

URL: http://svn.apache.org/viewvc?view=rev&rev=453507
Log:
Disabled failing test. The corresponding jira issue can be found as a subtask of SM-623.

Modified:
    incubator/servicemix/trunk/servicemix-jms/pom.xml

Modified: incubator/servicemix/trunk/servicemix-jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-jms/pom.xml?view=diff&rev=453507&r1=453506&r2=453507
==============================================================================
--- incubator/servicemix/trunk/servicemix-jms/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-jms/pom.xml Thu Oct  5 23:20:47 2006
@@ -156,6 +156,15 @@
           </execution>
         </executions>
       </plugin>
+	  <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/JmsSpringJcaTest.*</exclude>
+	      </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>