Set root pom.xml <name> for Sonar
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 9 Jan 2015 21:35:09 +0000 (16:35 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 9 Jan 2015 21:35:09 +0000 (16:35 -0500)
commit05f95595fcd6dc5a90729cb8e7f73654c28a2dc2
treefa56442a441baea76e4f8c0e3286cfe1bdad5a9a
parent50f445c73ea22365a14766e2f2a002a4baab2b7c
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.

https://lists.opendaylight.org/pipermail/discuss/2014-November/004024.html

Change-Id: I31fc9cd6e360079a48d1a189e89e534b9dac3b37
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
pom.xml