Skip to content

Commit 04fb18f

Browse files
committed
Enable JaCoCo in Maven integration tests.
1 parent ac408f3 commit 04fb18f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@
254254
<plugin>
255255
<artifactId>maven-invoker-plugin</artifactId>
256256
<version>1.7</version>
257+
<configuration>
258+
<!-- Enable the JaCoCo agent. -->
259+
<mavenOpts>${argLine}</mavenOpts>
260+
</configuration>
257261
</plugin>
258262
<plugin>
259263
<groupId>org.mortbay.jetty</groupId>

0 commit comments

Comments
 (0)