Add artifact name formatting used by autorelease
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / features / pom.xml
index c42c759ac1307a9f975c356cb31ec44c10538ea0..ccd1f57206094086f89471cc2f3b9cd53ce78eaf 100644 (file)
@@ -22,7 +22,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>${groupId}</groupId>
   <artifactId>${artifactId}-features</artifactId>
   <version>${version}</version>
-  <name>${project.artifactId}</name>
+  <!-- <name> formatting is used by autorelease to parse and notify projects on
+       build failure. Please do not modify this unless you have a good reason. -->
+  <name>ODL :: ${groupId} :: ${project.artifactId}</name>
 
   <properties>
     <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>