Add missing <name> fields for pom.xml files
[lispflowmapping.git] / mappingservice / mapcache / pom.xml
index c80834eb63c04e2cbf8f87f7218e4c4c9b18e009..f702416eea5ba6ed9f16ccd3fd30b4233c1fd3f5 100644 (file)
@@ -10,7 +10,9 @@
 
   <artifactId>mappingservice.mapcache</artifactId>
   <packaging>bundle</packaging>
-  <name>Mapping Service Map Cache</name>
+  <!-- <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 :: lispflowmapping :: ${project.artifactId}</name>
 
   <properties>
     <pmd.cpd.fail>false</pmd.cpd.fail>