summaryrefslogtreecommitdiffstats
path: root/abi-check-plugin
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@vespa.ai>2024-01-12 15:59:19 +0100
committerBjørn Christian Seime <bjorncs@vespa.ai>2024-01-12 15:59:19 +0100
commit17868bef051fd4bcd552d85ab614e777e85c603e (patch)
tree9e9cc330c63b02b5ae305dc0b58939fb25ec4c52 /abi-check-plugin
parent5e8bee077937b2980770da038ec6e9ac2ec16b4e (diff)
Specify goal prefix for custom Maven plugins
Diffstat (limited to 'abi-check-plugin')
-rw-r--r--abi-check-plugin/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/abi-check-plugin/pom.xml b/abi-check-plugin/pom.xml
index 3ece52c0f44..d82f526703e 100644
--- a/abi-check-plugin/pom.xml
+++ b/abi-check-plugin/pom.xml
@@ -65,6 +65,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
+ <configuration>
+ <goalPrefix>vespa-abicheck</goalPrefix>
+ </configuration>
</plugin>
<plugin>
<groupId>org.openclover</groupId>