From 346d99664b4d0add2a4f379b7b6e74c1abee55e6 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 9 Jan 2015 15:42:26 -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: Idca25733b692b1fdb635164d03c9646ecf27ef06 Signed-off-by: Thanh Ha --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index e669b69..782e595 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ org.opendaylight.packetcable packetcable + packetcable pom -- 2.36.6