Add missing <name> fields for pom.xml files 17/52717/3
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 3 Mar 2017 05:18:22 +0000 (15:18 +1000)
committermichal rehak <mirehak@cisco.com>
Wed, 24 May 2017 07:06:08 +0000 (07:06 +0000)
This is used by autorelease scripts to automatically parse which project
is failing a build and report to the mailing list automatically. We need
names in the format:

    ODL :: <groupId> :: <artifactId>

This patch formats in the same format as found in the startup archetypes
patch found here: https://git.opendaylight.org/gerrit/52522

Change-Id: If1f9c01f9c3a0cf3a9672e1d795a2c1d55b38a25
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
15 files changed:
artifacts/pom.xml
features/features-openflowjava/pom.xml
features/features4-openflowjava/pom.xml
features/odl-openflowjava-all/pom.xml
features/odl-openflowjava-protocol/pom.xml
features/pom.xml
openflow-protocol-api/pom.xml
openflow-protocol-impl/pom.xml
openflow-protocol-it/pom.xml
openflow-protocol-spi/pom.xml
openflowjava-blueprint-config/pom.xml
openflowjava-config/pom.xml
openflowjava-util/pom.xml
parent/pom.xml
simple-client/pom.xml

index 42397cd02953388bbbe309666cc59d54d5680a8f..794cb0ad897ee82d1546ebedccfcb1135376f83b 100644 (file)
@@ -22,6 +22,9 @@
     <artifactId>openflowjava-artifacts</artifactId>
     <version>0.10.0-SNAPSHOT</version>
     <packaging>pom</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 :: openflowjava :: ${project.artifactId}</name>
 
     <dependencyManagement>
         <dependencies>
@@ -94,4 +97,3 @@
     </dependencyManagement>
 
 </project>
-
index ceab13841c5e00fdc4bca501b362c2532198f169..2f496307aa04fc13971a772522eb33986844d858 100644 (file)
@@ -12,6 +12,9 @@
   <artifactId>features-openflowjava</artifactId>
   <version>0.10.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 :: openflowjava :: ${project.artifactId}</name>
 
   <properties>
     <config.version>0.7.0-SNAPSHOT</config.version>
index 63278712e4e99bb137077c83b34d7fe9b2b701e2..8e3e2e58f5eb1703bb632cc1b0c57c749a35fab3 100644 (file)
@@ -12,6 +12,9 @@
   <artifactId>features4-openflowjava</artifactId>
   <version>0.10.0-SNAPSHOT</version>
   <packaging>feature</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 :: openflowjava :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 7369a077d21508625e74cc09752d79f6cfeb127f..a132071f751ca778643324ec060fbeae7fa2f5e2 100644 (file)
@@ -16,7 +16,9 @@
     <version>0.10.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
-    <name>OpenDaylight :: Openflow Java :: All</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 :: openflowjava :: ${project.artifactId}</name>
 
     <dependencies>
         <dependency>
index c87fc8474680b23b9786ff8ada3e8ade20d44317..ea905e10bad081d7d3161f948760928e6807f8f9 100644 (file)
@@ -16,7 +16,9 @@
     <version>0.10.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
-    <name>OpenDaylight :: Openflow Java :: Protocol</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 :: openflowjava :: ${project.artifactId}</name>
 
     <properties>
         <config.version>0.7.0-SNAPSHOT</config.version>
index 01f496b0ee4caaa6f65a239574ebd79d8c8b49b0..192c031f9a66654ce8175293ab82bc9df80cd0ba 100644 (file)
@@ -12,6 +12,9 @@
   <artifactId>features-aggregator</artifactId>
   <version>0.10.0-SNAPSHOT</version>
   <packaging>pom</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 :: openflowjava :: ${project.artifactId}</name>
 
   <modules>
     <module>features-openflowjava</module>
@@ -21,4 +24,3 @@
   </modules>
 
 </project>
-
index 6576cec145d142425f60aa7015510f1533670cda..5a2777d092733074470a0cf0532e97e3fa83372d 100644 (file)
@@ -11,7 +11,9 @@
     <artifactId>openflow-protocol-api</artifactId>
     <version>0.10.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Openflow Protocol Library - API</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 :: openflowjava :: ${project.artifactId}</name>
     <scm>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
         <tag>HEAD</tag>
index 19258fa872c9e9c71c29d6c8394808d4b98055b2..62c2ddd3beb66815c7830db14507f28f3a3e71a5 100644 (file)
@@ -8,7 +8,9 @@
     </parent>
     <artifactId>openflow-protocol-impl</artifactId>
     <packaging>bundle</packaging>
-    <name>Openflow Protocol Library - IMPL</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 :: openflowjava :: ${project.artifactId}</name>
     <scm>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
       <tag>HEAD</tag>
index d55f9a1514fd573f2a1d7d48de221a744e2e9122..58628b300b8d76b4d84780550d796e05f2e8d27e 100644 (file)
@@ -8,7 +8,9 @@
     </parent>
     <artifactId>openflow-protocol-it</artifactId>
     <packaging>bundle</packaging>
-    <name>Openflow Protocol Integration Test</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 :: openflowjava :: ${project.artifactId}</name>
     <scm>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
       <tag>HEAD</tag>
index 0679503e96b6c754d55c22c51373703bf1f1dcff..67a9aa90e3a499788e4111404555db2f437eec6b 100644 (file)
@@ -9,7 +9,9 @@
     <artifactId>openflow-protocol-spi</artifactId>
     <packaging>bundle</packaging>
 
-    <name>Openflow Protocol Library - SPI</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 :: openflowjava :: ${project.artifactId}</name>
     <scm>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
       <tag>HEAD</tag>
index d3a9b9d5fbb0f1840defed4c767ca929b808190a..71efa0d2d614d56a2a3bc6efaaa939bf09c8a780 100644 (file)
@@ -17,7 +17,9 @@
     <artifactId>openflowjava-blueprint-config</artifactId>
     <description>Blueprint configuration files for openflowjava statistics</description>
     <packaging>bundle</packaging>
-    <name>Openflow Protocol Library - Blueprint Config</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 :: openflowjava :: ${project.artifactId}</name>
     <scm>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
         <tag>HEAD</tag>
index dc0b29b6b27f012a28f03bffd25115917c108c6b..419a0609968ee6ca9efa6226abd0397dae3cdb61 100644 (file)
@@ -17,7 +17,9 @@
     <artifactId>openflowjava-config</artifactId>
     <description>Configuration files for openflowjava statistics</description>
     <packaging>jar</packaging>
-    <name>Openflow Protocol Library - CONFIG</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 :: openflowjava :: ${project.artifactId}</name>
     <scm>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
         <tag>HEAD</tag>
index e9b4465a00cd02f0220d57adf0b70654605ac66f..c296e5a70548a45a016fb3e8311e385d9388b21e 100644 (file)
@@ -10,6 +10,9 @@
     </parent>
     <packaging>bundle</packaging>
     <artifactId>openflowjava-util</artifactId>
+    <!-- <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 :: openflowjava :: ${project.artifactId}</name>
 
     <dependencies>
         <dependency>
index 20a352de4efbc02935fd0da0058bdb87d125cd9b..34aeb642e26cefec3136f0822722aaf459ce078a 100644 (file)
@@ -12,7 +12,9 @@
     <artifactId>openflowjava-parent</artifactId>
     <version>0.10.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>openflowjava</name> <!-- Used by Sonar to set project 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 :: openflowjava :: ${project.artifactId}</name>
     <description>
         Openflow protocol library - serializes and deserializes openflow messages + handles connections with openflow devices.
     </description>
index 87665c7617ee508080f002880b03e253160e72a0..b399646e61aaddf1f17eb89ce827ddd63ff7172b 100644 (file)
@@ -8,7 +8,9 @@
     </parent>
     <artifactId>simple-client</artifactId>
     <packaging>bundle</packaging>
-    <name>Openflow Protocol Simple Client</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 :: openflowjava :: ${project.artifactId}</name>
     <scm>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
       <tag>HEAD</tag>