aboutsummaryrefslogtreecommitdiffstats
path: root/maven-plugins
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2019-05-21 20:45:44 +0200
committerGitHub <noreply@github.com>2019-05-21 20:45:44 +0200
commit92d1491e183e28aa767d2588ba6b0144fd23c921 (patch)
treee4f2a42c7970518c26aed7b1dba12c1d789e7067 /maven-plugins
parentfcaff0509b3c395503d3242dcc68515450acc680 (diff)
Revert "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 0fb9893de9c..b363c6adb2f 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -8,6 +8,7 @@
<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>
@@ -23,6 +24,5 @@
<module>../application-deploy-plugin</module>
<module>../vespa-application-maven-plugin</module>
<module>../abi-check-plugin</module>
- <module>../vespa-maven-plugin</module>
</modules>
</project>