summaryrefslogtreecommitdiffstats
path: root/defaults
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 /defaults
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 'defaults')
-rw-r--r--defaults/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/defaults/pom.xml b/defaults/pom.xml
index 6a80089240e..dd924e65cfe 100644
--- a/defaults/pom.xml
+++ b/defaults/pom.xml
@@ -89,18 +89,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>