aboutsummaryrefslogtreecommitdiffstats
path: root/fsa
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 /fsa
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 'fsa')
-rw-r--r--fsa/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/fsa/pom.xml b/fsa/pom.xml
index 39c1307de48..d8a63b6087d 100644
--- a/fsa/pom.xml
+++ b/fsa/pom.xml
@@ -58,18 +58,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>