summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2019-01-04 16:01:14 +0100
committerGitHub <noreply@github.com>2019-01-04 16:01:14 +0100
commitcd470d8ac8a58c943748f028a37d864507628e99 (patch)
tree7d7abbfc040f37b614a8d1c980d7f632597c51f6 /parent
parent8ea7795c01e0830bb9b218cb60759ffc01551f56 (diff)
Revert "Enable ABI checking on modules with public APIs"
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 5137a7cf171..168e5ec8d7e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -264,22 +264,6 @@
</execution>
</executions>
</plugin>
- <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>
</pluginManagement>
</build>