Set root pom.xml <name> for Sonar 85/13585/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 12 Dec 2014 02:21:50 +0000 (21:21 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 20 Dec 2014 04:48:56 +0000 (23:48 -0500)
commitc9853501f9e80f8261c452efe83216b74b0960eb
tree86024b97840538b55f6205aac866faae0773fe28
parent1182969589fa91102cb24998a75fefa40240728d
Set root pom.xml <name> for Sonar

As mentioned on the mailing list Sonar uses the <name> 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 <thanh.ha@linuxfoundation.org>
pom.xml