aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-08-30 16:30:04 +0100
committerliamfallon <liam.fallon@ericsson.com>2018-08-31 11:38:20 +0100
commit435df5d578b45a046e244f8e1780a5e959c7edec (patch)
tree5c661fea15545d868eca35820898fb0c67e4492b /pom.xml
parent2db050d3960f9b06f34687ea3dea105dc836a9a1 (diff)
Fix parent relativePath warnings on parent POM
Adding an empty relativePath element tot he parent removes the warning about 'parent.relativePath' on the parent build. Issue-ID: POLICY-954 Change-Id: I9b0b0cb4da93c7f87142ae2e4bda7c69b1b69cca Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 61109558..d143e191 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,6 +24,7 @@
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
<version>1.2.0</version>
+ <relativePath/>
</parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>policy-parent</artifactId>