Skip to content

Commit b724d3e

Browse files
committed
[SYSTEMDS-3873] Java 17 preserve argline for POM
This commit preserves the argline commands build for running tests monitored by jacoco. See jacoco/jacoco#1787 for details. Closes #2256
1 parent c75e790 commit b724d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
<log4j.configurationFile>file:src/test/resources/log4j.properties</log4j.configurationFile>
381381
</systemPropertyVariables>
382382
<argLine>
383-
${jvm.addopens}
383+
@{argLine} ${jvm.addopens}
384384
</argLine>
385385
</configuration>
386386
</plugin>
@@ -448,7 +448,7 @@
448448
<plugin>
449449
<groupId>org.jacoco</groupId>
450450
<artifactId>jacoco-maven-plugin</artifactId>
451-
<version>0.8.10</version>
451+
<version>0.8.12</version>
452452
<configuration>
453453
<includes>
454454
<include>${jacoco.include}</include>

0 commit comments

Comments
 (0)