Cleanup root pom "name". 46/14846/1
authorNathan Harmon <nathan.harmon@hp.com>
Wed, 4 Feb 2015 17:39:45 +0000 (09:39 -0800)
committerNathan Harmon <nathan.harmon@hp.com>
Wed, 4 Feb 2015 17:39:45 +0000 (09:39 -0800)
Sonar uses this name for reports. Removing the aggregator portion makes these reports cleaner.

Change-Id: I32d80fd3853a5f2529c53629d9940c6de3e0679d
Signed-off-by: Nathan Harmon <nathan.harmon@hp.com>
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml

index ae209c1bbdd9f9284dc2a97cab1a0dcd92726278..55bf56c24196775e79a599b14b040a5f5148ac11 100644 (file)
@@ -9,7 +9,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>${groupId}</groupId>
   <artifactId>${artifactId}-aggregator</artifactId>
   <version>${version}</version>
-  <name>${project.artifactId}</name>
+  <name>${artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>