integrationtest: solve a build warning 19/2619/2
authorLorand Jakab <lojakab@cisco.com>
Mon, 11 Nov 2013 17:55:13 +0000 (19:55 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 12 Nov 2013 07:17:10 +0000 (07:17 +0000)
commit4bb003b5e4132f6e11d0a775a4a53ed9c87143cd
treeabec48b467589050fee046106ccbc23989aea340
parenta4c6c8d20e9a33741d6f2ab96d292c73248a2145
integrationtest: solve a build warning

When building mappingservice/integrationtest, I get the following
warning:

[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.opendaylight.lispflowmapping:mappingservice.integrationtest:jar:0.5.1-SNAPSHOT
[WARNING] 'parent.relativePath' points at org.opendaylight.lispflowmapping:mappingservice-parent instead of org.opendaylight.controller:commons.integrationtest, please verify your project structure @ line 6, column 10
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]

This commit solves the warning, by explicitly specifying an empty
parent.relativePath.

Change-Id: I81e2334aeba6a9f135f49d1ed8a3cc444b9079ee
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
mappingservice/integrationtest/pom.xml