summaryrefslogtreecommitdiffstats
path: root/vespa-application-maven-plugin
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-11-28 14:37:47 +0100
committergjoranv <gv@oath.com>2017-12-01 15:25:38 +0100
commit644dfe78df379c51e37f6da502295c4f50808877 (patch)
tree0ac6095fb11b92a73ff346087be2cbfcdb6ddff7 /vespa-application-maven-plugin
parent2907f9183da30c30bf698a257ea20ac0173c0d79 (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 'vespa-application-maven-plugin')
-rw-r--r--vespa-application-maven-plugin/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespa-application-maven-plugin/pom.xml b/vespa-application-maven-plugin/pom.xml
index 2464c8208ad..980c8eee60f 100644
--- a/vespa-application-maven-plugin/pom.xml
+++ b/vespa-application-maven-plugin/pom.xml
@@ -7,6 +7,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>parent</artifactId>
<version>6-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>vespa-application-maven-plugin</artifactId>
<version>6-SNAPSHOT</version>