From c9853501f9e80f8261c452efe83216b74b0960eb Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 11 Dec 2014 21:21:50 -0500 Subject: [PATCH] Set root pom.xml for Sonar As mentioned on the mailing list Sonar uses the field of the pom.xml that is passed to the mvn command as the name of the project in Sonar. In most cases this is the root pom.xml file in a project. This patch sets the name to the project shortname. In this case "controller". https://lists.opendaylight.org/pipermail/discuss/2014-November/004024.html Change-Id: I1c963d398b7cee6506ffadb6ea7d30f54771071e Signed-off-by: Thanh Ha --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 87a69e00c9..3bfffaa5d4 100644 --- a/pom.xml +++ b/pom.xml @@ -7,12 +7,16 @@ 1.1.0-SNAPSHOT opendaylight/commons/parent + releasepom 0.2.0-SNAPSHOT pom + controller + 3.0 + -- 2.36.6