summaryrefslogtreecommitdiffstats
path: root/container-di
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 /container-di
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 'container-di')
-rw-r--r--container-di/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/container-di/pom.xml b/container-di/pom.xml
index 020f5955da4..38c6bd55822 100644
--- a/container-di/pom.xml
+++ b/container-di/pom.xml
@@ -126,18 +126,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>