mirror of https://github.com/apache/activemq.git
fix dry exclusion config, override default merge with append for the excludes so the are additive for the two profiles in use
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1396518 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
84ba54b24f
commit
56a61c7c15
|
@ -635,8 +635,8 @@
|
|||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>**/DoSTest.*</exclude>
|
||||
<excludes combine.children="append">
|
||||
<exclude>none</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
@ -656,7 +656,7 @@
|
|||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<excludes combine.children="append">
|
||||
<!-- http://jira.activemq.org/jira/browse/AMQ-626 -->
|
||||
<exclude>**/MultipleTestsWithSpringFactoryBeanTest.*</exclude>
|
||||
<exclude>**/MultipleTestsWithXBeanFactoryBeanTest.*</exclude>
|
||||
|
@ -726,7 +726,7 @@
|
|||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<excludes combine.children="append">
|
||||
<exclude>**/perf/SimpleDurableTopicTest.*</exclude>
|
||||
<!-- These tests run too slow to execute as part of the unit tests -->
|
||||
<exclude>**/TransactionNotStartedErrorTest.*</exclude>
|
||||
|
|
Loading…
Reference in New Issue