You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ar...@apache.org on 2008/02/29 12:39:08 UTC

svn commit: r632297 - /incubator/qpid/trunk/qpid/java/client/pom.xml

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>