From 091f4c9a59b2d534411bfb03991466604a6cf260 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 9 Jan 2015 16:35:09 -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. https://lists.opendaylight.org/pipermail/discuss/2014-November/004024.html Change-Id: I31fc9cd6e360079a48d1a189e89e534b9dac3b37 Signed-off-by: Thanh Ha --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e9240f76..134d40c8 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.opendaylight.integration root 0.3.0-SNAPSHOT - OpenDaylight Integration Project + integration pom https://wiki.opendaylight.org/view/CrossProject:Integration_Group -- 2.36.6