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: I34549ed7631b183128b025859bd641d5ec0c8927
Signed-off-by: Thanh Ha <[email protected]>
<artifactId>ovsdb</artifactId>
<version>1.1.0-SNAPSHOT</version>
+ <name>ovsdb</name> <!-- Used by Sonar to set project name -->
<packaging>pom</packaging>
<prerequisites>