Author: ritchiem
Date: Wed Nov 22 10:14:41 2006
New Revision: 478270
URL: http://svn.apache.org/viewvc?view=rev&rev=478270
Log:
Removed the includes as it wasn't picking up the test cases. The includes from
mvn should be ok.
Modified:
incubator/qpid/trunk/qpid/java/broker/pom.xml
Modified: incubator/qpid/trunk/qpid/java/broker/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/broker/pom.xml?view=diff&rev=478270&r1=478269&r2=478270
==============================================================================
--- incubator/qpid/trunk/qpid/java/broker/pom.xml (original)
+++ incubator/qpid/trunk/qpid/java/broker/pom.xml Wed Nov 22 10:14:41 2006
@@ -106,9 +106,6 @@
<value>file:///${basedir}/src/main/java/log4j.properties</value>
</property>
</systemProperties>
- <includes>
- <include>**/test/**/*Test.java</include>
- </includes>
</configuration>
</plugin>
</plugins>