aboutsummaryrefslogtreecommitdiffstats
path: root/maven-plugins
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-11-28 14:37:47 +0100
committergjoranv <gv@oath.com>2017-11-30 13:08:58 +0100
commitcd3972fded8a5f694cd6f9ab3717240f19f36639 (patch)
treeb8d41c7a7e2ced892615df440fff13f4820f9c2e /maven-plugins
parentfdeb18270bea76df19bcadb4b6f178821a7263f5 (diff)
Split parent + container-dependency-versions from root pom.
- Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
Diffstat (limited to 'maven-plugins')
-rw-r--r--maven-plugins/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 2f7343e753c..0aabe630a63 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -6,6 +6,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>parent</artifactId>
<version>6-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugins</artifactId>