This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit b724d3e1c7bbd3b82bffced6b9c5b10d0f3366d8
Author: Sebastian Baunsgaard <baunsga...@apache.org>
AuthorDate: Fri May 2 11:37:46 2025 +0200

    [SYSTEMDS-3873] Java 17 preserve argline for POM
    
    This commit preserves the argline commands build for
    running tests monitored by jacoco.
    
    See https://github.com/jacoco/jacoco/issues/1787
    for details.
    
    Closes #2256
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 97daa19359..8723b8e3f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -380,7 +380,7 @@
                                                
<log4j.configurationFile>file:src/test/resources/log4j.properties</log4j.configurationFile>
                                        </systemPropertyVariables>
                                        <argLine>
-                                               ${jvm.addopens}
+                                               @{argLine} ${jvm.addopens}
                                        </argLine>
                                </configuration>
                        </plugin>
@@ -448,7 +448,7 @@
                        <plugin>
                                <groupId>org.jacoco</groupId>
                                <artifactId>jacoco-maven-plugin</artifactId>
-                               <version>0.8.10</version>
+                               <version>0.8.12</version>
                                <configuration>
                                        <includes>
                                                
<include>${jacoco.include}</include>

Reply via email to