AMQ-9152: Fix surefire setup to run all tests that are not excluded

(cherry picked from commit ba0b7a25a0)
This commit is contained in:
Christopher L. Shannon (cshannon) 2022-11-01 06:37:37 -04:00
parent 3bd099f469
commit 81773c85d7
1 changed files with 0 additions and 3 deletions

View File

@ -438,9 +438,6 @@
<org.apache.activemq.AutoFailTestSupport.disableSystemExit>true</org.apache.activemq.AutoFailTestSupport.disableSystemExit>
<org.apache.activemq.broker.jmx.createConnector>false</org.apache.activemq.broker.jmx.createConnector>
</systemPropertyVariables>
<includes>
<include>**/*Test.*</include>
</includes>
</configuration>
</plugin>
<plugin>