summaryrefslogtreecommitdiffstats
path: root/model-integration
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-integration
parent5251626df44e98457ea111f440d9a79cb6033075 (diff)
Revert "Revert "Enable ABI checking on modules with public APIs""
This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
Diffstat (limited to 'model-integration')
-rw-r--r--model-integration/abi-spec.json1
-rw-r--r--model-integration/pom.xml4
2 files changed, 5 insertions, 0 deletions
diff --git a/model-integration/abi-spec.json b/model-integration/abi-spec.json
new file mode 100644
index 00000000000..9e26dfeeb6e
--- /dev/null
+++ b/model-integration/abi-spec.json
@@ -0,0 +1 @@
+{} \ No newline at end of file
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index 1d7dcc10f42..5e57ec22709 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -103,6 +103,10 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>abi-check-plugin</artifactId>
+ </plugin>
</plugins>
</build>