Add missing <name> fields for pom.xml files 52/52552/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 1 Mar 2017 19:42:26 +0000 (14:42 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 1 Mar 2017 19:42:28 +0000 (14:42 -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/52522

Change-Id: I0174ee777830e54c7bd1ec81de53ceccedd57ecb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
features4/odl-karaf-feat-feature/pom.xml
features4/odl-karaf-feat-jdbc/pom.xml
features4/odl-karaf-feat-jetty/pom.xml
features4/odl-karaf-feat-war/pom.xml

index f286672df161f34739f797a159e9c79a253c1770..b3c600747c2fc9608a47ab722cc7e8c8caaf8cc2 100644 (file)
@@ -19,6 +19,7 @@
     </parent>
 
     <artifactId>odl-karaf-feat-feature</artifactId>
+    <name>ODL :: odlparent :: ${project.artifactId}</name>
     <packaging>kar</packaging>
 
     <dependencies>
index e1b44c7be654640cf6313c59a41eca5e3b72a33b..3175830a5aa91a09fcff675354966d55955f2406 100644 (file)
@@ -19,6 +19,7 @@
     </parent>
 
     <artifactId>odl-karaf-feat-jdbc</artifactId>
+    <name>ODL :: odlparent :: ${project.artifactId}</name>
     <packaging>kar</packaging>
 
     <dependencies>
index 5a68bd71384742e6a8f4992c7d6476456cb4cc14..34a2daadcb2716eb534c9200137f579486699896 100644 (file)
@@ -19,6 +19,7 @@
     </parent>
 
     <artifactId>odl-karaf-feat-jetty</artifactId>
+    <name>ODL :: odlparent :: ${project.artifactId}</name>
     <packaging>kar</packaging>
 
     <dependencies>
index e91724b0d585a4674e6647544e08dee8d403b909..844fc1a468518c0d2b23a702d71e63ff627ef211 100644 (file)
@@ -19,6 +19,7 @@
     </parent>
 
     <artifactId>odl-karaf-feat-war</artifactId>
+    <name>ODL :: odlparent :: ${project.artifactId}</name>
     <packaging>kar</packaging>
 
     <dependencies>