aboutsummaryrefslogtreecommitdiffstats
path: root/model-evaluation/pom.xml
diff options
context:
space:
mode:
authorIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2019-01-09 11:28:21 +0100
committerIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2019-01-09 11:28:21 +0100
commit3f9796c5aec7ecc2461cb1c4819ed0adfedfead3 (patch)
treef5af74cf9e7901864a42113e6853c6d1ee2b0bed /model-evaluation/pom.xml
parent5251626df44e98457ea111f440d9a79cb6033075 (diff)
Revert "Revert "Enable ABI checking on modules with public APIs""
This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
Diffstat (limited to 'model-evaluation/pom.xml')
-rw-r--r--model-evaluation/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/model-evaluation/pom.xml b/model-evaluation/pom.xml
index 7c7410df833..2993e86bb78 100644
--- a/model-evaluation/pom.xml
+++ b/model-evaluation/pom.xml
@@ -92,6 +92,10 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
+ <plugin>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>abi-check-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project>