This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new e947c036fa Downgrade Maven Surefire
e947c036fa is described below
commit e947c036fa41bc70b6fb9f64a439b01ab0feb681
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Sep 3 20:54:57 2024 +0200
Downgrade Maven Surefire
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e27ec7ff42..10fa35e28f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,6 +365,8 @@
<log4j.docgen.pluginDescriptorsDir.phase1>${maven.multiModuleProjectDirectory}/target/plugin-descriptors/phase1</log4j.docgen.pluginDescriptorsDir.phase1>
<log4j.docgen.pluginDescriptorsDir.phase2>${maven.multiModuleProjectDirectory}/target/plugin-descriptors/phase2</log4j.docgen.pluginDescriptorsDir.phase2>
+ <!-- Downgrade temporarily Maven Surefire, since it breaks tests
statistics on `ge.apache.org` -->
+ <version.maven-surefire>3.2.5</version.maven-surefire>
</properties>
<dependencyManagement>
@@ -603,7 +605,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.2.5</version>
<configuration>
<forkCount>1C</forkCount>
<reuseForks>false</reuseForks>