aboutsummaryrefslogtreecommitdiffstats
path: root/maven-plugins
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-05-21 09:29:08 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-05-21 09:29:08 +0200
commit8db86abf3708a895b6d9fb29846016174674384e (patch)
tree56dcd6d28bab4260915bec45a58781a9e4cde831 /maven-plugins
parente3d08bf6f8ee38c1242d87f09d97323c7e07dfdd (diff)
Add vespa-maven-plugin to the aggregator maven-plugins
Diffstat (limited to 'maven-plugins')
-rw-r--r--maven-plugins/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index b363c6adb2f..0fb9893de9c 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -8,7 +8,6 @@
<version>7-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugins</artifactId>
<name>bundle-plugins</name>
<packaging>pom</packaging>
@@ -24,5 +23,6 @@
<module>../application-deploy-plugin</module>
<module>../vespa-application-maven-plugin</module>
<module>../abi-check-plugin</module>
+ <module>../vespa-maven-plugin</module>
</modules>
</project>