Add missing <name> fields for pom.xml files 27/52727/1
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 3 Mar 2017 07:37:04 +0000 (17:37 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 3 Mar 2017 07:37:04 +0000 (17:37 +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: I08fff282973944e135b981f98fcebcde156c7e60
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
13 files changed:
features/production/pom.xml
features/test/pom.xml
integration/test/pom.xml
karaf/pom.xml
model/pom.xml
neutron-hostconfig/ovs/pom.xml
neutron-hostconfig/pom.xml
neutron-hostconfig/utils/pom.xml
neutron-logger/pom.xml
neutron-spi/pom.xml
northbound-api/pom.xml
parent/pom.xml
transcriber/pom.xml

index 77cac88262232c012c7c755a874146d6ed8ae118..623cba98c20f90b6c419108afd97507cc91091eb 100644 (file)
@@ -11,6 +11,9 @@
   <artifactId>features-neutron</artifactId>
   <version>0.8.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 :: neutron :: ${project.artifactId}</name>
   <properties>
       <aaa.version>0.5.0-SNAPSHOT</aaa.version>
       <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
index ca3e7e5da464ce165dc932a34fe3e773b166bf61..9b5defe86aadf023ba220958f408247f26dc1df2 100644 (file)
@@ -11,7 +11,9 @@
   <artifactId>features-neutron-test</artifactId>
   <version>0.8.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 :: neutron :: ${project.artifactId}</name>
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.neutron</groupId>
index f3f26482c6ea58e07d1c4cdff148729d04bd463e..1b44aca805b99116deded73e977699c6cbe08dd1 100644 (file)
@@ -12,7 +12,9 @@
   <artifactId>integration-test</artifactId>
   <version>0.8.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 :: neutron :: ${project.artifactId}</name>
   <properties>
     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
     <sonar.jacoco.itReportPath>target/jacoco-it.exec</sonar.jacoco.itReportPath>
index ad6ef3bd0b69221a222d2fa34f63f2c678ad562c..9085f240a43269b361c8f3f98b4bbaa2180bd4ee 100644 (file)
@@ -16,7 +16,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>neutron-karaf</artifactId>
   <version>0.8.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 :: neutron :: ${project.artifactId}</name>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
index db7601609535b55e5e12ec6a8234bf0103c9d8b9..08385d55e08aa524f17013f44af9951fef9ef316 100644 (file)
@@ -21,7 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>model</artifactId>
   <version>0.8.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 :: neutron :: ${project.artifactId}</name>
   <properties>
     <sonar.jacoco.itReportPath>../target/jacoco-it.exec</sonar.jacoco.itReportPath>
   </properties>
index 7681afdc15cef165ffadbcbfca9044a5b7f805fe..1966ad9be00637e49d656857dc69c67fe5629a86 100644 (file)
@@ -12,6 +12,9 @@
   <artifactId>neutron-hostconfig-ovs</artifactId>
   <version>0.8.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 :: neutron :: ${project.artifactId}</name>
   <properties>
     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
   </properties>
index c1f5009d93dc9c904aa6c86ce5f74ddca07c89b6..9662711c6a9253235ce5ce23400598328c919c80 100644 (file)
@@ -14,6 +14,9 @@
   <artifactId>neutron-hostconfig</artifactId>
   <version>0.8.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 :: neutron :: ${project.artifactId}</name>
   <modules>
     <module>utils</module>
     <module>ovs</module>
@@ -53,4 +56,3 @@
     </site>
   </distributionManagement>
 </project>
-
index 7e1df8db2c01880716027a3e28b5ab496e3ce01e..f99bdb6356cdf275be08d7265fff456173cd34e3 100644 (file)
@@ -12,6 +12,9 @@
   <artifactId>neutron-hostconfig-utils</artifactId>
   <version>0.8.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 :: neutron :: ${project.artifactId}</name>
   <properties>
     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
   </properties>
   -->
   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
 </project>
-
index 553b36df77bf3f8870176f233b2dbedced7fe763..bddd5ac4fcc77a45f7c883494e0e529fae4834d7 100644 (file)
@@ -12,6 +12,9 @@
   <artifactId>neutron-logger</artifactId>
   <version>0.8.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 :: neutron :: ${project.artifactId}</name>
   <properties>
     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
   </properties>
index 465e7b9f1b78c5681526e58a1e1ba2d54794669d..53a9812f723dcf613adb6cefe63c425fbbc37726 100644 (file)
@@ -12,6 +12,9 @@
   <artifactId>neutron-spi</artifactId>
   <version>0.8.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 :: neutron :: ${project.artifactId}</name>
   <properties>
     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
   </properties>
index 39bf10e2f080de3726e612afe8aade82255f610c..b8e6c54b8f9f0b004334175209714d3fba722dd8 100644 (file)
@@ -12,6 +12,9 @@
   <artifactId>northbound-api</artifactId>
   <version>0.8.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 :: neutron :: ${project.artifactId}</name>
   <properties>
     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
   </properties>
index 265673108a913791e1c420d409d3de8be68597a2..7aabf6797a96e7ebe8380db95b482d34f7eca6c9 100644 (file)
@@ -16,6 +16,9 @@
   <artifactId>project-neutron-parent</artifactId>
   <version>0.8.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 :: neutron :: ${project.artifactId}</name>
 
   <properties>
     <aaa.version>0.4.0-SNAPSHOT</aaa.version>
index f7a713d614459b6fde1686fcc09691d6f524fb01..311280df3a97199c69c705cd7a082a353bb56e3d 100644 (file)
@@ -11,6 +11,9 @@
   <artifactId>transcriber</artifactId>
   <version>0.8.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 :: neutron :: ${project.artifactId}</name>
   <properties>
     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
     <sonar.jacoco.itReportPath>../target/jacoco-it.exec</sonar.jacoco.itReportPath>