vert-x3 / vertx-parent

The base parent pom for Vert.x projects
Apache License 2.0
8 stars 17 forks source link

Fix #5 #6

Closed cescoffier closed 9 years ago

cescoffier commented 9 years ago

Prepend the 'argLine' variable to the surefire 'argLine' parameter so any plugin can set a value. It's basically made to get jacoco working out of the box such as with:

mvn clean org.jacoco:jacoco-maven-plugin:0.7.4.201502262128:prepare-agent test org.jacoco:jacoco-maven-plugin:0.7.4.201502262128:report