From 4745fdcf83e0c0f515e4b949e9b054c29d1e02de Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 2 Mar 2017 20:54:35 -0500 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: Ic567c30f2b9d5bbba2bcfb9e2ed80d8400c5d949 Signed-off-by: Thanh Ha --- artifacts/all/pom.xml | 5 ++++- artifacts/distribution/pom.xml | 4 +++- artifacts/pom.xml | 4 +++- artifacts/upstream/pom.xml | 4 +++- distribution-karaf/pom.xml | 4 +++- features-distribution/pom.xml | 4 +++- features-index/pom.xml | 4 +++- features-test/pom.xml | 4 +++- version/pom.xml | 4 +++- 9 files changed, 28 insertions(+), 9 deletions(-) diff --git a/artifacts/all/pom.xml b/artifacts/all/pom.xml index e27fd251..e91cd84e 100644 --- a/artifacts/all/pom.xml +++ b/artifacts/all/pom.xml @@ -19,7 +19,10 @@ all-artifacts 0.6.0-SNAPSHOT pom - distribution:distribution-artifacts + + ODL :: integration :: ${project.artifactId} + POM to import with all ODL artifact versions including Distribution. https://wiki.opendaylight.org/view/Integration/Distribution diff --git a/artifacts/distribution/pom.xml b/artifacts/distribution/pom.xml index 5688b114..8771d54e 100644 --- a/artifacts/distribution/pom.xml +++ b/artifacts/distribution/pom.xml @@ -19,7 +19,9 @@ distribution-artifacts 0.6.0-SNAPSHOT pom - distribution:distribution-artifacts + + ODL :: integration :: ${project.artifactId} POM to import with all Integration/Distribution artifact versions. https://wiki.opendaylight.org/view/Integration/Distribution diff --git a/artifacts/pom.xml b/artifacts/pom.xml index bd919ba1..567c830e 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,9 @@ artifacts-aggregator 0.6.0-SNAPSHOT pom - distribution:artifacts-aggregator + + ODL :: integration :: ${project.artifactId} Aggregator for artifacts-related distribution sub-projects. https://wiki.opendaylight.org/view/Integration/Distribution diff --git a/artifacts/upstream/pom.xml b/artifacts/upstream/pom.xml index ae8930a5..27f6d990 100644 --- a/artifacts/upstream/pom.xml +++ b/artifacts/upstream/pom.xml @@ -19,7 +19,9 @@ upstream-artifacts 0.6.0-SNAPSHOT pom - distribution:upstream-artifacts + + ODL :: integration :: ${project.artifactId} POM to import with all upstream ODL artifact versions. https://wiki.opendaylight.org/view/Integration/Distribution diff --git a/distribution-karaf/pom.xml b/distribution-karaf/pom.xml index 996c6e2c..5d65b86c 100644 --- a/distribution-karaf/pom.xml +++ b/distribution-karaf/pom.xml @@ -20,7 +20,9 @@ distribution-karaf 0.6.0-SNAPSHOT pom - distribution:${project.artifactId} + + ODL :: integration :: ${project.artifactId} The actual Karaf building sub-project. https://wiki.opendaylight.org/view/Integration/Distribution diff --git a/features-distribution/pom.xml b/features-distribution/pom.xml index 8f3ce3b6..d245d5dc 100644 --- a/features-distribution/pom.xml +++ b/features-distribution/pom.xml @@ -19,7 +19,9 @@ features-distribution 0.6.0-SNAPSHOT jar - distribution:${project.artifactId} + + ODL :: integration :: ${project.artifactId} Sub-project building features internal to distribution. https://wiki.opendaylight.org/view/Integration/Distribution diff --git a/features-index/pom.xml b/features-index/pom.xml index a1d4a814..c64683c3 100644 --- a/features-index/pom.xml +++ b/features-index/pom.xml @@ -20,7 +20,9 @@ features-integration-index 0.6.0-SNAPSHOT jar - distribution:${project.artifactId} + + ODL :: integration :: ${project.artifactId} Sub-project gathering feature repositories of all ODL projects participating in distribution. https://wiki.opendaylight.org/view/Integration/Distribution diff --git a/features-test/pom.xml b/features-test/pom.xml index 7ecf724f..0a8adaff 100644 --- a/features-test/pom.xml +++ b/features-test/pom.xml @@ -20,7 +20,9 @@ features-integration-test 0.6.0-SNAPSHOT jar - distribution:${project.artifactId} + + ODL :: integration :: ${project.artifactId} Sub-project building aggregate features used for feature compatibility testing. https://wiki.opendaylight.org/view/Integration/Distribution diff --git a/version/pom.xml b/version/pom.xml index c5759267..5b0cbbd2 100644 --- a/version/pom.xml +++ b/version/pom.xml @@ -19,7 +19,9 @@ version 0.6.0-SNAPSHOT bundle - distribution:${project.artifactId} + + ODL :: integration :: ${project.artifactId} Sub-project for ODL version(s) reporting mechanism. https://wiki.opendaylight.org/view/Integration/Distribution -- 2.36.6