Add missing <name> fields for pom.xml files
[neutron.git] / transcriber / pom.xml
index f7a713d614459b6fde1686fcc09691d6f524fb01..311280df3a97199c69c705cd7a082a353bb56e3d 100644 (file)
@@ -11,6 +11,9 @@
   <artifactId>transcriber</artifactId>
   <version>0.8.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
+  <!-- <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 :: neutron :: ${project.artifactId}</name>
   <properties>
     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
     <sonar.jacoco.itReportPath>../target/jacoco-it.exec</sonar.jacoco.itReportPath>