summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
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 /container-search/pom.xml
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 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index 234bdf45420..13e05bb1e81 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -225,6 +225,10 @@
</compilerArgs>
</configuration>
</plugin>
+ <plugin>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>abi-check-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project>