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