There was an error while loading. Please reload this page.
1 parent 1dc9431 commit 4ea43c9Copy full SHA for 4ea43c9
1 file changed
pom.xml
@@ -938,6 +938,12 @@
938
<groupId>net.revelc.code</groupId>
939
<artifactId>impsort-maven-plugin</artifactId>
940
</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>
947
</plugins>
948
<!--
949
We use wagon-webdav-jackrabbit 1.0 for deploys, since it is
0 commit comments