Author: chirino
Date: Thu Nov 8 13:20:10 2012
New Revision: 1407067
URL: http://svn.apache.org/viewvc?rev=1407067&view=rev
Log:
Don't run perf tests.
Modified:
activemq/trunk/activemq-core/pom.xml
Modified: activemq/trunk/activemq-core/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=1407067&r1=1407066&r2=1407067&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Thu Nov 8 13:20:10 2012
@@ -597,7 +597,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes combine.children="append">
- <exclude>none</exclude>
+ <!-- These are performance tests so take too
long to run -->
+ <exclude>**/perf/*</exclude>
</excludes>
</configuration>
</plugin>