From d6099a6267af76ca9a53af56a42e596f02940818 Mon Sep 17 00:00:00 2001 From: Ilpo Ruotsalainen Date: Fri, 21 Dec 2018 14:57:39 +0100 Subject: Move abi-check-plugin configuration to parent. Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin. --- parent/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'parent') diff --git a/parent/pom.xml b/parent/pom.xml index bb74e6a5f24..87f3c1467c0 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -264,6 +264,22 @@ + + com.yahoo.vespa + abi-check-plugin + ${project.version} + + com.yahoo.api.annotations.PublicApi + + + + package + + abicheck + + + + -- cgit v1.2.3