Make sure that surefire keeps the argline modified by jacoco

This commit is contained in:
Filip Hrisafov 2017-04-23 13:08:47 +02:00
parent 267c2e98f9
commit 63689e67a0

View File

@ -143,6 +143,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- to get jacoco report we need to set argLine in surefire,
without this snippet the jacoco argLine is lost -->
<argLine>@{argLine}</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>