Skip to content

Commit 759118a

Browse files
committed
Append argLine arguments instead of overriding
This change in the configuration of maven-surefire-plugin is required to work correctly with JaCoCo usage in downstream projects.
1 parent 7dbfc9b commit 759118a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@
495495
own property 'scijava.surefire.args' to specify those options.
496496
-->
497497
<configuration>
498-
<argLine>-Xms512m -Xmx512m -Dapple.awt.UIElement="true" ${scijava.surefire.args}</argLine>
498+
<argLine>@{argLine} -Xms512m -Xmx512m -Dapple.awt.UIElement="true" ${scijava.surefire.args}</argLine>
499499
</configuration>
500500
</plugin>
501501

0 commit comments

Comments
 (0)