Set root pom.xml <name> for Sonar 56/14056/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 9 Jan 2015 21:31:13 +0000 (16:31 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 9 Jan 2015 21:31:13 +0000 (16:31 -0500)
commit502b357c30780bcefa7d4d612d93a5fc6e699e27
treec86afb8b4a25eab9834b598f3974c5858ccdc989
parent731145c3e00514a2b1a1b085b8f8e9dfea200eb4
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: I48552988c06e856136a4bdfc068f40e7e2f352a5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
pom.xml