ARTEMIS-5214 Using Fork on compatibility tests
Compatibility tests is creating classLoaders which may leak or be held of SoftCaches in Groovy
This commit is contained in:
parent
83df814438
commit
7bf596ce01
|
@ -263,7 +263,7 @@
|
|||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<forkCount>1</forkCount>
|
||||
<reuseForks>true</reuseForks>
|
||||
<reuseForks>false</reuseForks>
|
||||
<skipTests>${skipCompatibilityTests}</skipTests>
|
||||
<argLine>${activemq-surefire-argline}</argLine>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue