Add missing <name> fields for pom.xml files 98/52698/1
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 3 Mar 2017 01:24:50 +0000 (11:24 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 3 Mar 2017 01:29:54 +0000 (11:29 +1000)
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: Ib945a9f768452cdad3f9fb6ee5d34b5e092f6e7e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
18 files changed:
api/pom.xml
artifacts/pom.xml
cisco-xr-driver/pom.xml
cisco-xrmodels/pom.xml
cli/pom.xml
dlux/cpeui/cpeui-bundle/pom.xml
dlux/cpeui/cpeui-module/pom.xml
dlux/cpeui/pom.xml
dlux/pom.xml
edgeassure-1000/pom.xml
features/pom.xml
impl/pom.xml
it/pom.xml
karaf/pom.xml
legato-api/pom.xml
netvirt/pom.xml
ovs-driver/pom.xml
presto-api/pom.xml

index 0e5562f5c2b9d535c95693f7c47c6fdbcc0a600e..96599e28b29e65bd41d6db8094ae295d26eac0c6 100644 (file)
@@ -19,7 +19,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <artifactId>unimgr-api</artifactId>
   <version>0.2.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 :: unimgr :: ${project.artifactId}</name>
   <properties>
     <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
   </properties>
index 11e42914b1138c8e8da9926f5181fcdb43c4097d..b24a6c8513fc56edf09d045a38f0f084a26d6432 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <artifactId>unimgr-artifacts</artifactId>
   <version>0.2.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 :: unimgr :: ${project.artifactId}</name>
 
   <dependencyManagement>
     <dependencies>
index 7dda412bf0185e364440d60e65239447c4df0c41..f40ddf4c03b0b39fe346c9dfb7626e3c8bf47bd8 100644 (file)
@@ -26,6 +26,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <artifactId>unimgr-cisco-xr-driver</artifactId>
     <version>0.2.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 :: unimgr :: ${project.artifactId}</name>
+
     <build>
         <plugins>
             <plugin>
index b321be7eb187b93346db4648dad234e31825ff05..e3a7417bd22dceb451287f76d53da14c449fe765 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <artifactId>cisco-xrmodels</artifactId>
   <version>0.2.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 :: unimgr :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
index 4e71fa664b451557aa8a7d35fed04a1f5fe6dbb9..a0d0aa470339aef4ab1009e03fc07d4307275b60 100644 (file)
@@ -20,6 +20,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <artifactId>unimgr-cli</artifactId>
   <version>0.2.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 :: unimgr :: ${project.artifactId}</name>
+  
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>
index 432b9f308bef247593a1cc18105586fbd4c97a07..82e3a7d87e882562bfcf590f7c15d5cda1f8b8b4 100644 (file)
@@ -8,6 +8,9 @@
     </parent>
     <artifactId>cpeui-bundle</artifactId>
     <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 :: unimgr :: ${project.artifactId}</name>
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
index b68125f4cac1fd45bb7b93ecd4f13ea84fcc16df..fb9ec3aa2c8ad7e23ac39ee6e080b60b5552ae7c 100644 (file)
@@ -8,5 +8,7 @@
     </parent>
     <artifactId>cpeui-module</artifactId>
     <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 :: unimgr :: ${project.artifactId}</name>
 </project>
index 8057d0676135eee4f528d15057e0f07724cd46b8..b4293568f9ea6c861a85a24ace8b6e689b4be048 100644 (file)
@@ -5,6 +5,9 @@
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>cpeui</artifactId>
     <version>0.2.0-SNAPSHOT</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 :: unimgr :: ${project.artifactId}</name>
 
     <prerequisites>
         <maven>3.0</maven>
index b1bef0840b94750eb1415dda2ca627c8fa8bf3b6..5ecade3af82b9fe0b8bc1ab25dc3009ec8f22806 100644 (file)
@@ -19,6 +19,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <artifactId>dlux</artifactId>
   <version>0.2.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 :: unimgr :: ${project.artifactId}</name>
 
   <prerequisites>
     <maven>3.1.1</maven>
index 5002a9c30287f612da22bc98257b7dd44c96a0e1..574411aefc899397742007238231234e288ebd2a 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <artifactId>edgeassure-1000</artifactId>
   <version>0.2.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 :: unimgr :: ${project.artifactId}</name>
 
   <properties>
     <checkstyle.skip>true</checkstyle.skip>
index a14003630f307c6f4356c5783909f5dd2ae97e06..0300018b1fd87a20cf59dde298dde14602d23a64 100644 (file)
@@ -14,7 +14,9 @@
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-features</artifactId>
   <version>0.2.0-SNAPSHOT</version>
-  <name>${project.artifactId}</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 :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>3.1.1</maven>
index f60e7cd4d7144f42f55bb9757b3266cd7d215f53..d2fc4238c7fc24c872ec54a67241349121d8b503 100644 (file)
@@ -25,6 +25,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <artifactId>unimgr-impl</artifactId>
     <version>0.2.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 :: unimgr :: ${project.artifactId}</name>
     <build>
         <plugins>
             <plugin>
index 2554e44658b59749c0039980276ecbeaf37562bb..3081641cc22f0cedcae2fbc82ed5ec121627da6a 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <artifactId>unimgr-it</artifactId>
   <version>0.2.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 :: unimgr :: ${project.artifactId}</name>
 
   <properties>
     <skipITs>false</skipITs>
index 8f01e12e0f1261c378c7be0a7c3844ad549a2261..0b8b70891ef367f2bc2fc1e127f382abc628d127 100644 (file)
@@ -17,7 +17,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-karaf</artifactId>
   <version>0.2.0-SNAPSHOT</version>
-  <name>${project.artifactId}</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 :: unimgr :: ${project.artifactId}</name>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
index dd11e4e9f549ede13804597d7a43bb4a84a6c113..02c8462e6ba0130edf54a2609143f7d16ce890ae 100644 (file)
@@ -19,6 +19,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <artifactId>unimgr-legato-api</artifactId>
   <version>0.2.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 :: unimgr :: ${project.artifactId}</name>
 
   <properties>
     <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
index 427378104c19136a3ca32430e596ff1122d04a0f..3cead70d00aa51158285685c772ffae7f857fa87 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (c) 2016 Hewlett Packard Enterprise, Co. and others. All rights 
-  reserved. This program and the accompanying materials are made available 
-  under the terms of the Eclipse Public License v1.0 which accompanies this 
+<!-- Copyright (c) 2016 Hewlett Packard Enterprise, Co. and others. All rights
+  reserved. This program and the accompanying materials are made available
+  under the terms of the Eclipse Public License v1.0 which accompanies this
   distribution, and is available at http://www.eclipse.org/legal/epl-v10.html -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   <artifactId>unimgr-netvirt</artifactId>
   <version>0.2.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 :: unimgr :: ${project.artifactId}</name>
+  
   <build>
     <plugins>
       <plugin>
@@ -71,7 +75,7 @@
       <groupId>org.opendaylight.netvirt</groupId>
       <artifactId>elanmanager-impl</artifactId>
       <version>${vpnservices.version}</version>
-    </dependency> 
+    </dependency>
      <dependency>
       <groupId>org.opendaylight.genius</groupId>
       <artifactId>arputil-api</artifactId>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>ietf-yang-types-20130715</artifactId>
-    </dependency>    
+    </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
     </dependency>
-    <dependency>    
+    <dependency>
       <groupId>commons-net</groupId>
       <artifactId>commons-net</artifactId>
     </dependency>
index d6db016380d04678aa0a9df7e1695cc16e3433cd..d372d1a090896234eb0a14baddeb5d787ce23303 100644 (file)
@@ -21,6 +21,9 @@
     <artifactId>ovs-driver</artifactId>
     <version>0.2.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 :: unimgr :: ${project.artifactId}</name>
 
     <build>
         <plugins>
             <version>${openflow.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
index 859beaf36d2c9f9b2d970b9c4f9b116455359395..a425754d9bd69426cc32d08aaa623e31b3859192 100644 (file)
@@ -19,6 +19,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <artifactId>unimgr-presto-api</artifactId>
   <version>0.2.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 :: unimgr :: ${project.artifactId}</name>
 
   <properties>
     <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>