aboutsummaryrefslogtreecommitdiffstats
path: root/abi-check-plugin
diff options
context:
space:
mode:
authorIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2018-11-30 13:34:02 +0100
committerIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2018-11-30 13:34:02 +0100
commit2e99b97ee9031c4fb98411937b29f7fb2dce2475 (patch)
tree318b735f05ea6e1cba7fcabcb965e508016c3806 /abi-check-plugin
parentda803bcc136708e1bade0f77c87c7dfef1d887db (diff)
Add clover plugin for coverage.
Diffstat (limited to 'abi-check-plugin')
-rw-r--r--abi-check-plugin/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/abi-check-plugin/pom.xml b/abi-check-plugin/pom.xml
index 9be2aa20bf0..db7149ccdb2 100644
--- a/abi-check-plugin/pom.xml
+++ b/abi-check-plugin/pom.xml
@@ -74,6 +74,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.openclover</groupId>
+ <artifactId>clover-maven-plugin</artifactId>
+ <version>4.3.1</version>
+ </plugin>
</plugins>
</build>
</project>