Skip to content

Commit 4ea43c9

Browse files
committed
Enable jacoco-maven-plugin by default
Otherwise, argLine is not set, and the maven-surefire-plugin receives a bogus set of arguments that crash the build.
1 parent 1dc9431 commit 4ea43c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,12 @@
938938
<groupId>net.revelc.code</groupId>
939939
<artifactId>impsort-maven-plugin</artifactId>
940940
</plugin>
941+
942+
<!-- JaCoCo Maven plugin - https://www.jacoco.org/jacoco/trunk/doc/maven.html -->
943+
<plugin>
944+
<groupId>org.jacoco</groupId>
945+
<artifactId>jacoco-maven-plugin</artifactId>
946+
</plugin>
941947
</plugins>
942948
<!--
943949
We use wagon-webdav-jackrabbit 1.0 for deploys, since it is

0 commit comments

Comments
 (0)