From b184367fef0217aa0466f86d6614cf821d74cf60 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Fri, 3 Mar 2017 17:37:04 +1000 Subject: [PATCH] Add missing fields for pom.xml files 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 :: :: 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 --- features/production/pom.xml | 3 +++ features/test/pom.xml | 4 +++- integration/test/pom.xml | 4 +++- karaf/pom.xml | 4 +++- model/pom.xml | 4 +++- neutron-hostconfig/ovs/pom.xml | 3 +++ neutron-hostconfig/pom.xml | 4 +++- neutron-hostconfig/utils/pom.xml | 4 +++- neutron-logger/pom.xml | 3 +++ neutron-spi/pom.xml | 3 +++ northbound-api/pom.xml | 3 +++ parent/pom.xml | 3 +++ transcriber/pom.xml | 3 +++ 13 files changed, 39 insertions(+), 6 deletions(-) diff --git a/features/production/pom.xml b/features/production/pom.xml index 77cac8826..623cba98c 100644 --- a/features/production/pom.xml +++ b/features/production/pom.xml @@ -11,6 +11,9 @@ features-neutron 0.8.0-SNAPSHOT jar + + ODL :: neutron :: ${project.artifactId} 0.5.0-SNAPSHOT 1.1.0-SNAPSHOT diff --git a/features/test/pom.xml b/features/test/pom.xml index ca3e7e5da..9b5defe86 100644 --- a/features/test/pom.xml +++ b/features/test/pom.xml @@ -11,7 +11,9 @@ features-neutron-test 0.8.0-SNAPSHOT jar - + + ODL :: neutron :: ${project.artifactId} org.opendaylight.neutron diff --git a/integration/test/pom.xml b/integration/test/pom.xml index f3f26482c..1b44aca80 100644 --- a/integration/test/pom.xml +++ b/integration/test/pom.xml @@ -12,7 +12,9 @@ integration-test 0.8.0-SNAPSHOT jar - + + ODL :: neutron :: ${project.artifactId} ${project.parent.basedir}/src/main/resources target/jacoco-it.exec diff --git a/karaf/pom.xml b/karaf/pom.xml index ad6ef3bd0..9085f240a 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -16,7 +16,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.neutron neutron-karaf 0.8.0-SNAPSHOT - ${project.artifactId} + + ODL :: neutron :: ${project.artifactId} 3.1.1 diff --git a/model/pom.xml b/model/pom.xml index db7601609..08385d55e 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -21,7 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html model 0.8.0-SNAPSHOT bundle - + + ODL :: neutron :: ${project.artifactId} ../target/jacoco-it.exec diff --git a/neutron-hostconfig/ovs/pom.xml b/neutron-hostconfig/ovs/pom.xml index 7681afdc1..1966ad9be 100644 --- a/neutron-hostconfig/ovs/pom.xml +++ b/neutron-hostconfig/ovs/pom.xml @@ -12,6 +12,9 @@ neutron-hostconfig-ovs 0.8.0-SNAPSHOT bundle + + ODL :: neutron :: ${project.artifactId} ${project.parent.basedir}/src/main/resources diff --git a/neutron-hostconfig/pom.xml b/neutron-hostconfig/pom.xml index c1f5009d9..9662711c6 100644 --- a/neutron-hostconfig/pom.xml +++ b/neutron-hostconfig/pom.xml @@ -14,6 +14,9 @@ neutron-hostconfig 0.8.0-SNAPSHOT pom + + ODL :: neutron :: ${project.artifactId} utils ovs @@ -53,4 +56,3 @@ - diff --git a/neutron-hostconfig/utils/pom.xml b/neutron-hostconfig/utils/pom.xml index 7e1df8db2..f99bdb635 100644 --- a/neutron-hostconfig/utils/pom.xml +++ b/neutron-hostconfig/utils/pom.xml @@ -12,6 +12,9 @@ neutron-hostconfig-utils 0.8.0-SNAPSHOT bundle + + ODL :: neutron :: ${project.artifactId} ${project.parent.basedir}/src/main/resources @@ -100,4 +103,3 @@ --> ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - diff --git a/neutron-logger/pom.xml b/neutron-logger/pom.xml index 553b36df7..bddd5ac4f 100644 --- a/neutron-logger/pom.xml +++ b/neutron-logger/pom.xml @@ -12,6 +12,9 @@ neutron-logger 0.8.0-SNAPSHOT bundle + + ODL :: neutron :: ${project.artifactId} ${project.parent.basedir}/src/main/resources diff --git a/neutron-spi/pom.xml b/neutron-spi/pom.xml index 465e7b9f1..53a9812f7 100644 --- a/neutron-spi/pom.xml +++ b/neutron-spi/pom.xml @@ -12,6 +12,9 @@ neutron-spi 0.8.0-SNAPSHOT bundle + + ODL :: neutron :: ${project.artifactId} ${project.parent.basedir}/src/main/resources diff --git a/northbound-api/pom.xml b/northbound-api/pom.xml index 39bf10e2f..b8e6c54b8 100644 --- a/northbound-api/pom.xml +++ b/northbound-api/pom.xml @@ -12,6 +12,9 @@ northbound-api 0.8.0-SNAPSHOT bundle + + ODL :: neutron :: ${project.artifactId} ${project.parent.basedir}/src/main/resources diff --git a/parent/pom.xml b/parent/pom.xml index 265673108..7aabf6797 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -16,6 +16,9 @@ project-neutron-parent 0.8.0-SNAPSHOT pom + + ODL :: neutron :: ${project.artifactId} 0.4.0-SNAPSHOT diff --git a/transcriber/pom.xml b/transcriber/pom.xml index f7a713d61..311280df3 100644 --- a/transcriber/pom.xml +++ b/transcriber/pom.xml @@ -11,6 +11,9 @@ transcriber 0.8.0-SNAPSHOT bundle + + ODL :: neutron :: ${project.artifactId} ${project.parent.basedir}/src/main/resources ../target/jacoco-it.exec -- 2.36.6