From b25968c4a42014a51e41a7cd6828a89d4ff175e5 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 9 Jan 2015 15:55:47 -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: Ia379d9ec23a58e464e8f68ea112779630819a8ba Signed-off-by: Thanh Ha --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 921f2990..ac510aa2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,9 @@ org.opendaylight.openflowjava openflow-protocol-parent 0.5.2-SNAPSHOT + openflowjava pom + openflow-protocol-api openflow-protocol-spi -- 2.36.6