summaryrefslogtreecommitdiffstats
path: root/documentapi/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentapi/pom.xml')
-rw-r--r--documentapi/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/documentapi/pom.xml b/documentapi/pom.xml
index 059adf65e17..649b9d5e328 100644
--- a/documentapi/pom.xml
+++ b/documentapi/pom.xml
@@ -106,6 +106,22 @@
</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>
</build>
</project>