mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
Synchronize Maven surefire plugin with Quarkus
Closes #41488 Co-authored-by: Peter Zaoral <pepo48@gmail.com> Signed-off-by: Martin Bartoš <mabartos@redhat.com>
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -176,8 +176,8 @@
|
||||
<jmeter.version>2.10</jmeter.version>
|
||||
<junit.version>4.13.2</junit.version>
|
||||
<picketlink.version>2.7.0.Final</picketlink.version>
|
||||
<!-- Needs to be aligned with Quarkus, see e.g. https://github.com/quarkusio/quarkus-quickstarts/blob/2.13.5.Final/getting-started-async/pom.xml#L14 -->
|
||||
<surefire-plugin.version>3.0.0-M7</surefire-plugin.version>
|
||||
<!-- Needs to be aligned with Quarkus, handled in quarkus/set-quarkus-version.sh script -->
|
||||
<version.surefire.plugin>3.5.3</version.surefire.plugin>
|
||||
<xml-apis.version>1.4.01</xml-apis.version>
|
||||
<subethasmtp.version>3.1.7</subethasmtp.version>
|
||||
<assertj-core.version>3.22.0</assertj-core.version>
|
||||
@@ -1343,7 +1343,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${surefire-plugin.version}</version>
|
||||
<version>${version.surefire.plugin}</version>
|
||||
<configuration>
|
||||
<argLine>-Djava.awt.headless=true ${surefire.memory.settings} ${surefire.system.args} -Duser.language=en -Duser.region=US -XX:+ExitOnOutOfMemoryError -XX:+HeapDumpOnOutOfMemoryError</argLine>
|
||||
<runOrder>alphabetical</runOrder>
|
||||
|
||||
Reference in New Issue
Block a user