Skip to content

Commit

Permalink
fix a property spec bug in root pom
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Nov 14, 2013
1 parent 3521f0c commit 4e16031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -814,7 +814,7 @@
</goals>
<configuration>
<destFile>${project.basedir}/target/jacoco-it.exec</destFile>
<propertyName>failsafe.argLine</propertyName>
<propertyName>${failsafe.argLine}</propertyName>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 4e16031

Please sign in to comment.