summaryrefslogtreecommitdiffstats
path: root/tenant-cd-api/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-06-16 14:38:37 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-06-16 14:38:37 +0200
commit6c2b5b3a78c2d898738ce5f04d523f2d6bf2c0a9 (patch)
treed9d9ffdf635efe4d4a8294a25d3a90d08af178ac /tenant-cd-api/pom.xml
parent4e1b6b32a326089f44fbdb9a4f4b94c8094acacd (diff)
Check public api changes using abi-check-plugin
Diffstat (limited to 'tenant-cd-api/pom.xml')
-rw-r--r--tenant-cd-api/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tenant-cd-api/pom.xml b/tenant-cd-api/pom.xml
index f909c704029..6ae4dc3b4e7 100644
--- a/tenant-cd-api/pom.xml
+++ b/tenant-cd-api/pom.xml
@@ -55,6 +55,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>abi-check-plugin</artifactId>
+ </plugin>
</plugins>
</build>