Add missing <name> fields for pom.xml files
[neutron.git] / integration / test / pom.xml
index f3f26482c6ea58e07d1c4cdff148729d04bd463e..1b44aca805b99116deded73e977699c6cbe08dd1 100644 (file)
@@ -12,7 +12,9 @@
   <artifactId>integration-test</artifactId>
   <version>0.8.0-SNAPSHOT</version>
   <packaging>jar</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>