This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release/10.1.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/release/10.1.0 by this push:
new f0cba7f Add `<parameters>true` to `maven-compiler-plugin` that is
needed for Log4j JUnit tests
f0cba7f is described below
commit f0cba7fa53d43b7b3aa21d2e43d882c36214bc49
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Sep 28 11:20:39 2023 +0200
Add `<parameters>true` to `maven-compiler-plugin` that is needed for Log4j
JUnit tests
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index eff2705..d6c6aed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -354,6 +354,7 @@
<release>${maven.compiler.release}</release>
<target>${maven.compiler.target}</target>
<encoding>${project.build.sourceEncoding}</encoding>
+ <parameters>true</parameters>
<compilerArgs>
<arg>-Xlint:all</arg>
<arg>-XDcompilePolicy=simple</arg>