Add artifact name formatting used by autorelease
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / artifacts / pom.xml
index 6067f642e715ffdc31ae9803e0f5bcc628605ca5..bb32798d06e678e7d769a1e4b7932c2a6638a5ca 100644 (file)
@@ -23,6 +23,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>${groupId}</groupId>
   <artifactId>${artifactId}-artifacts</artifactId>
   <version>${version}</version>
+  <!-- <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>
   <packaging>pom</packaging>
 
   <dependencyManagement>