summaryrefslogtreecommitdiffstats
path: root/model-integration
diff options
context:
space:
mode:
authorIlpo Ruotsalainen <lonewolf@iki.fi>2019-01-04 15:10:46 +0100
committerGitHub <noreply@github.com>2019-01-04 15:10:46 +0100
commit25dae9726666dc3372684a8393a9ad5933990eb6 (patch)
treeb1a1bcbf4dc6d900328195afb0010019b4e16dc5 /model-integration
parent456859b56b8a16627e92274e26ee489c2fcb473d (diff)
parentd6099a6267af76ca9a53af56a42e596f02940818 (diff)
Merge pull request #7964 from vespa-engine/iruotsalainen/enable-abi-check
Enable ABI checking on modules with public APIs
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>