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)
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

index 00841c49654e3b171b32f0efc141c6f499bb1750..e96dd9c6a0ceae15030b259172ff9b81d05d1461 100644 (file)
@@ -7,6 +7,7 @@
                <groupId>org.opendaylight.controller</groupId>
                <artifactId>commons.integrationtest</artifactId>
                <version>0.5.1-SNAPSHOT</version>
+                <relativePath></relativePath>
        </parent>
        <groupId>org.opendaylight.lispflowmapping</groupId>
        <artifactId>mappingservice.integrationtest</artifactId>