Add missing <name> fields for pom.xml files
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 3 Mar 2017 01:51:41 +0000 (20:51 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 3 Mar 2017 01:51:41 +0000 (20:51 -0500)
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: Ie80fe4341e0e52ef93a560a56d2553e3f40ddfbb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
inject-guice-testutils/pom.xml
inject/pom.xml
pom.xml

index 020ec96a661fe224b7e1e5cde229040bd95b9e42..f37feefea77c5c4f7b3fb65e0422a76c5225dfaa 100644 (file)
@@ -19,6 +19,9 @@
   <groupId>org.opendaylight.infrautils</groupId>
   <artifactId>inject.guice.testutils</artifactId>
   <version>1.1.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 :: infrautils :: ${project.artifactId}</name>
 
   <build>
     <plugins>
index 1e0a9d959d4ea0882f862e6d414db2c57ea7891d..9c0b2b202edb6116b1f55d5d53748c8e6730781c 100644 (file)
@@ -20,6 +20,9 @@
   <artifactId>inject</artifactId>
   <version>1.1.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 :: infrautils :: ${project.artifactId}</name>
 
   <build>
     <plugins>
diff --git a/pom.xml b/pom.xml
index c8987d1ac14495a0a411ead86581421f0ad69822..713576ed95088666d1065e3b5b31bcbda9ef6bc7 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,9 @@
   <groupId>org.opendaylight.infrautils</groupId>
   <artifactId>inject-aggregator</artifactId>
   <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 :: infrautils :: ${project.artifactId}</name>
 
   <modules>
     <module>inject</module>