And fix @{argLine} syntax for non-Jacoco builds

This commit is contained in:
Sean Owen 2016-09-04 22:41:08 +01:00
parent 343ddc7a98
commit 5451f71722

View file

@ -800,6 +800,10 @@
</profile>
<profile>
<id>travis</id>
<properties>
<!-- dummy to make @{argLine} evaluate when not set by jacoco -->
<argLine/>
</properties>
<build>
<plugins>
<plugin>