Skip to content

Commit

Permalink
Hotfixing #5061 that broke coverage reports because of missing '@{arg…
Browse files Browse the repository at this point in the history
…Line}' in surefire plugin argLine option.
  • Loading branch information
poikilotherm committed Sep 25, 2018
1 parent b31ed6c commit 792dd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@
<configuration>
<!-- testsToExclude come from the profile-->
<excludedGroups>${testsToExclude}</excludedGroups>
<argLine>-Duser.timezone=${project.timezone} -Dfile.encoding=${project.build.sourceEncoding} -Duser.language=${project.language} -Duser.region=${project.region}</argLine>
<argLine>${argLine} -Duser.timezone=${project.timezone} -Dfile.encoding=${project.build.sourceEncoding} -Duser.language=${project.language} -Duser.region=${project.region}</argLine>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 792dd1c

Please sign in to comment.