From 286e39cb3cd5e3f0fa7e69053ee948f3057d24e1 Mon Sep 17 00:00:00 2001 From: herbert Date: Thu, 19 Mar 2020 17:53:08 +0100 Subject: [PATCH] Add parent poms and rework devicemanager poms Issue-ID: OAM-78 Signed-off-by: herbert Change-Id: I0b88a43fba11fe5e6febe39b23e74d77ea0902e2 Signed-off-by: herbert --- features/devicemanager/o-ran/ru-fh/feature/pom.xml | 4 +- .../devicemanager/o-ran/ru-fh/installer/pom.xml | 4 +- features/devicemanager/o-ran/ru-fh/model/pom.xml | 5 +- features/devicemanager/o-ran/ru-fh/pom.xml | 5 +- .../devicemanager/o-ran/ru-fh/provider/pom.xml | 9 +- features/devicemanager/x-ran/ru-fh/feature/pom.xml | 5 +- .../devicemanager/x-ran/ru-fh/installer/pom.xml | 5 +- features/devicemanager/x-ran/ru-fh/model/pom.xml | 5 +- features/devicemanager/x-ran/ru-fh/pom.xml | 5 +- .../devicemanager/x-ran/ru-fh/provider/pom.xml | 7 +- features/parent/binding-parent/pom.xml | 103 ++++++++++++ features/parent/odlparent-lite/pom.xml | 86 ++++++++++ features/parent/single-feature-parent/pom.xml | 86 ++++++++++ features/pom.xml | 11 +- features/settings.onap.xml | 173 --------------------- 15 files changed, 300 insertions(+), 213 deletions(-) create mode 100644 features/parent/binding-parent/pom.xml create mode 100644 features/parent/odlparent-lite/pom.xml create mode 100644 features/parent/single-feature-parent/pom.xml delete mode 100644 features/settings.onap.xml diff --git a/features/devicemanager/o-ran/ru-fh/feature/pom.xml b/features/devicemanager/o-ran/ru-fh/feature/pom.xml index ea5fefd..4881428 100644 --- a/features/devicemanager/o-ran/ru-fh/feature/pom.xml +++ b/features/devicemanager/o-ran/ru-fh/feature/pom.xml @@ -27,9 +27,9 @@ 4.0.0 - org.onap.ccsdk.parent + org.o-ran-sc.oam.features.parent single-feature-parent - 1.5.2 + 0.7.1-SNAPSHOT diff --git a/features/devicemanager/o-ran/ru-fh/installer/pom.xml b/features/devicemanager/o-ran/ru-fh/installer/pom.xml index 4f798d4..4875b88 100644 --- a/features/devicemanager/o-ran/ru-fh/installer/pom.xml +++ b/features/devicemanager/o-ran/ru-fh/installer/pom.xml @@ -27,9 +27,9 @@ 4.0.0 - org.onap.ccsdk.parent + org.o-ran-sc.oam.features.parent odlparent-lite - 1.5.2 + 0.7.1-SNAPSHOT diff --git a/features/devicemanager/o-ran/ru-fh/model/pom.xml b/features/devicemanager/o-ran/ru-fh/model/pom.xml index ceb4169..cabc18e 100644 --- a/features/devicemanager/o-ran/ru-fh/model/pom.xml +++ b/features/devicemanager/o-ran/ru-fh/model/pom.xml @@ -27,15 +27,14 @@ 4.0.0 - org.onap.ccsdk.parent + org.o-ran-sc.oam.features.parent binding-parent - 1.5.2 + 0.7.1-SNAPSHOT org.o-ran-sc.oam.features.devicemanager devicemanager-oran-ru-fh-model - 0.7.1-SNAPSHOT bundle o-ran-sc-features :: ${project.artifactId} diff --git a/features/devicemanager/o-ran/ru-fh/pom.xml b/features/devicemanager/o-ran/ru-fh/pom.xml index 20836d1..b4a99dc 100644 --- a/features/devicemanager/o-ran/ru-fh/pom.xml +++ b/features/devicemanager/o-ran/ru-fh/pom.xml @@ -27,15 +27,14 @@ 4.0.0 - org.onap.ccsdk.parent + org.o-ran-sc.oam.features.parent odlparent-lite - 1.5.2 + 0.7.1-SNAPSHOT org.o-ran-sc.oam.features.devicemanager devicemanager-oran-ru-fh-top - 0.7.1-SNAPSHOT pom o-ran-sc-features :: ${project.artifactId} diff --git a/features/devicemanager/o-ran/ru-fh/provider/pom.xml b/features/devicemanager/o-ran/ru-fh/provider/pom.xml index d7f9fbd..b75e487 100644 --- a/features/devicemanager/o-ran/ru-fh/provider/pom.xml +++ b/features/devicemanager/o-ran/ru-fh/provider/pom.xml @@ -27,15 +27,14 @@ 4.0.0 - org.onap.ccsdk.parent + org.o-ran-sc.oam.features.parent binding-parent - 1.5.2 + 0.7.1-SNAPSHOT org.o-ran-sc.oam.features.devicemanager devicemanager-oran-ru-fh-provider - 0.7.1-SNAPSHOT bundle o-ran-sc-features :: ${project.artifactId} @@ -71,13 +70,13 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-devicemanager-model - ${project.version} + 0.7.1 provided org.onap.ccsdk.features.sdnr.wt sdnr-wt-netconfnode-state-service-model - ${project.version} + 0.7.1 provided diff --git a/features/devicemanager/x-ran/ru-fh/feature/pom.xml b/features/devicemanager/x-ran/ru-fh/feature/pom.xml index ff05924..fa92207 100644 --- a/features/devicemanager/x-ran/ru-fh/feature/pom.xml +++ b/features/devicemanager/x-ran/ru-fh/feature/pom.xml @@ -27,15 +27,14 @@ 4.0.0 - org.onap.ccsdk.parent + org.o-ran-sc.oam.features.parent single-feature-parent - 1.5.2 + 0.7.1-SNAPSHOT org.o-ran-sc.oam.features.devicemanager devicemanager-xran-ru-fh-feature - 0.7.1-SNAPSHOT feature x-ran-sc-features :: ${project.artifactId} diff --git a/features/devicemanager/x-ran/ru-fh/installer/pom.xml b/features/devicemanager/x-ran/ru-fh/installer/pom.xml index de31294..8b1be28 100755 --- a/features/devicemanager/x-ran/ru-fh/installer/pom.xml +++ b/features/devicemanager/x-ran/ru-fh/installer/pom.xml @@ -27,15 +27,14 @@ 4.0.0 - org.onap.ccsdk.parent + org.o-ran-sc.oam.features.parent odlparent-lite - 1.5.2 + 0.7.1-SNAPSHOT org.o-ran-sc.oam.features.devicemanager devicemanager-xran-ru-fh-installer - 0.7.1-SNAPSHOT pom o-ran-sc-features :: ${project.artifactId} diff --git a/features/devicemanager/x-ran/ru-fh/model/pom.xml b/features/devicemanager/x-ran/ru-fh/model/pom.xml index dd0b95e..cbcc935 100644 --- a/features/devicemanager/x-ran/ru-fh/model/pom.xml +++ b/features/devicemanager/x-ran/ru-fh/model/pom.xml @@ -27,15 +27,14 @@ 4.0.0 - org.onap.ccsdk.parent + org.o-ran-sc.oam.features.parent binding-parent - 1.5.2 + 0.7.1-SNAPSHOT org.o-ran-sc.oam.features.devicemanager devicemanager-xran-ru-fh-model - 0.7.1-SNAPSHOT bundle o-ran-sc-features :: ${project.artifactId} diff --git a/features/devicemanager/x-ran/ru-fh/pom.xml b/features/devicemanager/x-ran/ru-fh/pom.xml index f4e46b2..ce5f041 100755 --- a/features/devicemanager/x-ran/ru-fh/pom.xml +++ b/features/devicemanager/x-ran/ru-fh/pom.xml @@ -27,15 +27,14 @@ 4.0.0 - org.onap.ccsdk.parent + org.o-ran-sc.oam.features.parent odlparent-lite - 1.5.2 + 0.7.1-SNAPSHOT org.o-ran-sc.oam.features.devicemanager devicemanager-xran-ru-fh-top - 0.7.1-SNAPSHOT pom o-ran-sc-features :: ${project.artifactId} diff --git a/features/devicemanager/x-ran/ru-fh/provider/pom.xml b/features/devicemanager/x-ran/ru-fh/provider/pom.xml index 5ddc7da..fd52afc 100644 --- a/features/devicemanager/x-ran/ru-fh/provider/pom.xml +++ b/features/devicemanager/x-ran/ru-fh/provider/pom.xml @@ -27,15 +27,14 @@ 4.0.0 - org.onap.ccsdk.parent + org.o-ran-sc.oam.features.parent binding-parent - 1.5.2 + 0.7.1-SNAPSHOT org.o-ran-sc.oam.features.devicemanager devicemanager-xran-ru-fh-provider - 0.7.1-SNAPSHOT bundle o-ran-sc-features :: ${project.artifactId} @@ -71,13 +70,11 @@ org.onap.ccsdk.features.sdnr.wt sdnr-wt-devicemanager-model - ${project.version} provided org.onap.ccsdk.features.sdnr.wt sdnr-wt-netconfnode-state-service-model - ${project.version} provided diff --git a/features/parent/binding-parent/pom.xml b/features/parent/binding-parent/pom.xml new file mode 100644 index 0000000..396d93b --- /dev/null +++ b/features/parent/binding-parent/pom.xml @@ -0,0 +1,103 @@ + + + + 4.0.0 + + + org.onap.ccsdk.parent + binding-parent + 1.5.2 + + + + org.o-ran-sc.oam.features.parent + binding-parent + 0.7.1-SNAPSHOT + pom + + o-ran-sc features binding-parent + + + + + org.onap.ccsdk.features.sdnr.wt + sdnr-wt-devicemanager-model + 0.7.1 + provided + + + org.onap.ccsdk.features.sdnr.wt + sdnr-wt-netconfnode-state-service-model + 0.7.1 + provided + + + + + + + onap-public + https://nexus.onap.org/content/groups/public/ + + true + never + + + true + always + + + + onap-staging + https://nexus.onap.org/content/groups/staging/ + + true + never + + + true + always + + + + ecomp-release + onap-repository-releases + https://nexus.onap.org/content/repositories/releases/ + + true + never + + + false + + + + ecomp-snapshot + onap-repository-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + false + + + true + + + + + diff --git a/features/parent/odlparent-lite/pom.xml b/features/parent/odlparent-lite/pom.xml new file mode 100644 index 0000000..82b2c68 --- /dev/null +++ b/features/parent/odlparent-lite/pom.xml @@ -0,0 +1,86 @@ + + + + 4.0.0 + + + org.onap.ccsdk.parent + odlparent-lite + 1.5.2 + + + + org.o-ran-sc.oam.features.parent + odlparent-lite + 0.7.1-SNAPSHOT + pom + + o-ran-sc features odlparent-lite + + + + onap-public + https://nexus.onap.org/content/groups/public/ + + true + never + + + true + always + + + + onap-staging + https://nexus.onap.org/content/groups/staging/ + + true + never + + + true + always + + + + ecomp-release + onap-repository-releases + https://nexus.onap.org/content/repositories/releases/ + + true + never + + + false + + + + ecomp-snapshot + onap-repository-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + false + + + true + + + + + diff --git a/features/parent/single-feature-parent/pom.xml b/features/parent/single-feature-parent/pom.xml new file mode 100644 index 0000000..8153ed4 --- /dev/null +++ b/features/parent/single-feature-parent/pom.xml @@ -0,0 +1,86 @@ + + + + 4.0.0 + + + org.onap.ccsdk.parent + single-feature-parent + 1.5.2 + + + + org.o-ran-sc.oam.features.parent + single-feature-parent + 0.7.1-SNAPSHOT + pom + + o-ran-sc features single-feature-parent + + + + onap-public + https://nexus.onap.org/content/groups/public/ + + true + never + + + true + always + + + + onap-staging + https://nexus.onap.org/content/groups/staging/ + + true + never + + + true + always + + + + ecomp-release + onap-repository-releases + https://nexus.onap.org/content/repositories/releases/ + + true + never + + + false + + + + ecomp-snapshot + onap-repository-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + false + + + true + + + + + diff --git a/features/pom.xml b/features/pom.xml index e987ce6..414a015 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -19,13 +19,6 @@ 4.0.0 - - org.onap.ccsdk.parent - odlparent-lite - 1.5.2 - - - org.o-ran-sc.oam.features features-top 0.7.1-SNAPSHOT @@ -34,9 +27,11 @@ o-ran-sc features + parent/binding-parent + parent/odlparent-lite + parent/single-feature-parent devicemanager/o-ran/ru-fh devicemanager/x-ran/ru-fh - devicemanager/3gpp/common diff --git a/features/settings.onap.xml b/features/settings.onap.xml deleted file mode 100644 index 0f3a0e0..0000000 --- a/features/settings.onap.xml +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - onap-settings - - https://nexus.onap.org - https://nexus.onap.org/content/sites/raw - https://nexus.onap.org/service/local/repositories/raw/content - ecomp-raw - - - nexus3.onap.org:10003 - nexus3.onap.org:10002 - nexus3.onap.org:10001 - nexus3.onap.org:10003 - - - - onap-snapshots - - - onap-snapshots - onap-snapshots - https://nexus.onap.org/content/repositories/snapshots/ - - false - - - true - - - - - - onap-snapshots - onap-snapshots - https://nexus.onap.org/content/repositories/snapshots/ - - false - - - true - - - - - - onap-releases - - - onap-releases - onap-releases - https://nexus.onap.org/content/repositories/releases/ - - true - - - false - - - - - - onap-releases - onap-releases - https://nexus.onap.org/content/repositories/releases/ - - true - - - false - - - - - - onap-public - - - central - https://repo1.maven.org/maven2/ - - - onap-public - onap-public - https://nexus.onap.org/content/repositories/public/ - - true - - - false - - - - - - central - https://repo1.maven.org/maven2/ - - - onap-public - onap-public - https://nexus.onap.org/content/repositories/public/ - - true - - - false - - - - - - - local-public - - - local-public - local-public - http://nexus-proxy:8081/nexus/content/repositories/public/ - - true - - - false - - - - - - local-public - local-public - http://nexus-proxy:8081/nexus/content/repositories/public/ - - true - - - false - - - - - - - - onap-settings - onap-snapshots - onap-releases - onap-public - - - - -- 2.16.6