mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Synchronize Maven surefire plugin with Quarkus
Closes #41488 Signed-off-by: Martin Bartoš <mabartos@redhat.com>
This commit is contained in:
parent
8634cdaa4a
commit
58b69351be
@ -29,7 +29,6 @@
|
||||
<version.compiler.plugin>3.6.1</version.compiler.plugin>
|
||||
<version.jar.plugin>3.0.2</version.jar.plugin>
|
||||
<version.install.plugin>2.5.2</version.install.plugin>
|
||||
<version.surefire.plugin>2.22.2</version.surefire.plugin>
|
||||
<version.plexus.utils>4.0.0</version.plexus.utils>
|
||||
</properties>
|
||||
|
||||
|
||||
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, see https://github.com/quarkusio/quarkus/blob/3.20.2/independent-projects/parent/pom.xml#L40 -->
|
||||
<version.surefire.plugin>3.5.2</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>
|
||||
@ -1351,7 +1351,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>
|
||||
|
||||
@ -53,7 +53,7 @@
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${surefire-plugin.version}</version>
|
||||
<version>${version.surefire.plugin}</version>
|
||||
<configuration>
|
||||
<systemProperties>
|
||||
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user