Skip to content
This repository was archived by the owner on Aug 13, 2020. It is now read-only.

Commit 500de12

Browse files
committed
Add argLine property to surefire to allow Jacoco to work
1 parent a5765fd commit 500de12

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
@@ -94,7 +94,7 @@
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-surefire-plugin</artifactId>
9696
<configuration>
97-
<argLine>-Xmx64m</argLine>
97+
<argLine>${argLine} -Xmx64m</argLine>
9898
</configuration>
9999
</plugin>
100100
</plugins>

0 commit comments

Comments
 (0)