summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>