aboutsummaryrefslogtreecommitdiffstats
path: root/config/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/pom.xml')
-rwxr-xr-xconfig/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/config/pom.xml b/config/pom.xml
index ef04de5b2f6..ea5948a30bb 100755
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -195,18 +195,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>