Skip to content

Commit 789c3af

Browse files
committed
[pom] Fix maven-surefire-plugin argLine so jacoco works
1 parent dac4a87 commit 789c3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
<groupId>org.apache.maven.plugins</groupId>
253253
<artifactId>maven-surefire-plugin</artifactId>
254254
<configuration>
255-
<argLine>-Xmx1024m</argLine>
255+
<argLine>${argLine} -Xmx1024m</argLine>
256256
<systemProperties>
257257
<property>
258258
<name>derby.stream.error.file</name>

0 commit comments

Comments
 (0)