Fix netvirt sonar 40/78740/3
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 13 Dec 2018 08:44:26 +0000 (09:44 +0100)
committerSam Hague <shague@redhat.com>
Sun, 23 Dec 2018 03:30:27 +0000 (03:30 +0000)
netvirt-sonar has been failing for 10+ months due to a mismatch
between historical project definition and changes done in
https://git.opendaylight.org/gerrit/68332

Fix this up by specifying <name>netvirt</name>, re-connecting
sonar's history.

Change-Id: I98c21e33f741ebd087aa65367ebd28cec95e27c8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index 9d105b0c640cbbc810dc2474e0e6605669b4f801..ac4f3db7a2eb319888f680c5a13c419aa10954fa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>netvirt-aggregator</artifactId>
     <version>0.8.0-SNAPSHOT</version>
-    <name>ODL :: netvirt :: ${project.artifactId}</name>
+    <name>netvirt</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>