mirror of https://github.com/apache/activemq.git
revert the change to defalut included for surefire, there are a bunch of non tests in there. *Test.* is needed
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1394734 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b24dfb908b
commit
7db7ed130b
|
@ -474,7 +474,9 @@
|
|||
</property>
|
||||
-->
|
||||
</systemProperties>
|
||||
|
||||
<includes>
|
||||
<include>**/*Test.*</include>
|
||||
</includes>
|
||||
<excludes>
|
||||
<exclude>**/perf/SimpleDurableTopicTest.*</exclude>
|
||||
<!-- These tests run too slow to execute as part of the unit tests -->
|
||||
|
@ -1129,6 +1131,9 @@
|
|||
<value>target/</value>
|
||||
</property>
|
||||
</systemProperties>
|
||||
<includes>
|
||||
<include>**/*Test.*</include>
|
||||
</includes>
|
||||
<excludes>
|
||||
<exclude>**/perf/SimpleDurableTopicTest.*</exclude>
|
||||
<!-- These tests run too slow to execute as part of the unit tests -->
|
||||
|
|
Loading…
Reference in New Issue