summaryrefslogtreecommitdiffstats
path: root/config-lib
diff options
context:
space:
mode:
authorIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2018-12-21 14:57:39 +0100
committerIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2018-12-21 14:57:39 +0100
commitd6099a6267af76ca9a53af56a42e596f02940818 (patch)
treef625e5019624502036cf4ff8594c2cc853829732 /config-lib
parentcd6af8e02a9b268e606afc6a40b28b4dd6864143 (diff)
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.
Diffstat (limited to 'config-lib')
-rw-r--r--config-lib/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/config-lib/pom.xml b/config-lib/pom.xml
index 6996b27e5b3..bad146a848a 100644
--- a/config-lib/pom.xml
+++ b/config-lib/pom.xml
@@ -75,18 +75,6 @@
<plugin>
<groupId>com.yahoo.vespa</groupId>
<artifactId>abi-check-plugin</artifactId>
- <version>${project.version}</version>
- <configuration>
- <publicApiAnnotation>com.yahoo.api.annotations.PublicApi</publicApiAnnotation>
- </configuration>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>abicheck</goal>
- </goals>
- </execution>
- </executions>
</plugin>
</plugins>
</build>