diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-08-30 16:30:04 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-08-31 11:38:20 +0100 |
commit | 435df5d578b45a046e244f8e1780a5e959c7edec (patch) | |
tree | 5c661fea15545d868eca35820898fb0c67e4492b | |
parent | 2db050d3960f9b06f34687ea3dea105dc836a9a1 (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>
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |