Author: arnaudsimon
Date: Fri Feb 29 03:39:03 2008
New Revision: 632297

URL: http://svn.apache.org/viewvc?rev=632297&view=rev
Log:
This solved Qpid-819 as of Gordon suggested patch 

Modified:
    incubator/qpid/trunk/qpid/java/client/pom.xml

Modified: incubator/qpid/trunk/qpid/java/client/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/client/pom.xml?rev=632297&r1=632296&r2=632297&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/client/pom.xml (original)
+++ incubator/qpid/trunk/qpid/java/client/pom.xml Fri Feb 29 03:39:03 2008
@@ -195,6 +195,9 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
+                               <excludes>
+                                       <exclude>**/QpidTestCase.java</exclude>
+                               </excludes>
                     <systemProperties>
                         <property>
                             <name>amqj.logging.level</name>


Reply via email to