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