From b6772b7645e64588ec230cb73832750271fb02ea Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 9 Jan 2015 15:53:27 -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: I51859978242e4d93ba434890a12a1014b286dd30 Signed-off-by: Thanh Ha --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index f8d695db..9b33ad39 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,9 @@ org.opendaylight.openflowjava openflow-protocol-parent 0.6.0-SNAPSHOT + openflowjava pom + openflowjava-config openflow-protocol-api -- 2.36.6