summaryrefslogtreecommitdiffstats
path: root/bundle-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 /bundle-plugin
parent5e8bee077937b2980770da038ec6e9ac2ec16b4e (diff)
Specify goal prefix for custom Maven plugins
Diffstat (limited to 'bundle-plugin')
-rw-r--r--bundle-plugin/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundle-plugin/pom.xml b/bundle-plugin/pom.xml
index d8f0458a9e9..8869386eef6 100644
--- a/bundle-plugin/pom.xml
+++ b/bundle-plugin/pom.xml
@@ -104,6 +104,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
+ <configuration>
+ <goalPrefix>vespa-bundle</goalPrefix>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>