summaryrefslogtreecommitdiffstats
path: root/linguistics/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'linguistics/pom.xml')
-rw-r--r--linguistics/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/linguistics/pom.xml b/linguistics/pom.xml
index f743348dde3..f57345aa760 100644
--- a/linguistics/pom.xml
+++ b/linguistics/pom.xml
@@ -90,6 +90,22 @@
</compilerArgs>
</configuration>
</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>