From df195945d03dec122666e8d48e4c7ba94630468a Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Thu, 12 Dec 2019 15:24:53 -0500 Subject: Refactoring multiple plugins Refactoring below plugins in sdnr/wt/common/pom.xml : 1) org.codehaus.mojo : exec-maven-plugin -> changing executable to bash so that it can run on windows too 2) com.github.alexcojocaru : elasticsearch-maven-plugin -> skip if tests are skipped during maven build Adding create dir step in es-intit.sh : sdnr/wt/data-provider/database/src/main/resources/es-init.sh -> cmd_initfile() -> mkdir -p $( dirname $INITFILENAME ) Change-Id: I78516406101659f802dad2fb68ca349f63a4dd2e Issue-ID: CCSDK-1994 Signed-off-by: Singal, Kapil (ks220y) --- sdnr/northbound/a1Adapter/feature/pom.xml | 4 ++-- sdnr/northbound/a1Adapter/installer/pom.xml | 6 +++--- sdnr/northbound/a1Adapter/model/pom.xml | 2 ++ sdnr/northbound/a1Adapter/pom.xml | 2 +- sdnr/northbound/a1Adapter/provider/pom.xml | 2 ++ sdnr/northbound/energysavings/features/pom.xml | 4 +++- sdnr/northbound/energysavings/installer/pom.xml | 4 ++-- sdnr/northbound/energysavings/model/pom.xml | 4 +++- sdnr/northbound/energysavings/pom.xml | 4 +++- sdnr/northbound/energysavings/provider/pom.xml | 4 +++- sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml | 6 +++--- sdnr/northbound/features/installer/pom.xml | 2 +- sdnr/northbound/features/pom.xml | 2 +- sdnr/northbound/oofpcipoc/consumer/pom.xml | 2 ++ sdnr/northbound/oofpcipoc/feature/pom.xml | 4 ++-- sdnr/northbound/oofpcipoc/installer/pom.xml | 6 +++--- sdnr/northbound/oofpcipoc/model/pom.xml | 2 ++ sdnr/northbound/oofpcipoc/pom.xml | 2 +- sdnr/northbound/oofpcipoc/provider/pom.xml | 2 ++ sdnr/northbound/pom.xml | 2 +- 20 files changed, 42 insertions(+), 24 deletions(-) (limited to 'sdnr/northbound') diff --git a/sdnr/northbound/a1Adapter/feature/pom.xml b/sdnr/northbound/a1Adapter/feature/pom.xml index ef294b370..f1ef323d1 100644 --- a/sdnr/northbound/a1Adapter/feature/pom.xml +++ b/sdnr/northbound/a1Adapter/feature/pom.xml @@ -10,11 +10,11 @@ org.onap.ccsdk.features.sdnr.northbound - sdnr-a1Adapter + a1Adapter-feature 0.7.0-SNAPSHOT feature - ccsdk-features-sdnr-northbound :: a1Adapter :: ${project.artifactId} + ccsdk-features :: sdnr-northbound :: ${project.artifactId} diff --git a/sdnr/northbound/a1Adapter/installer/pom.xml b/sdnr/northbound/a1Adapter/installer/pom.xml index 9cc63e7b7..2b33aecf7 100644 --- a/sdnr/northbound/a1Adapter/installer/pom.xml +++ b/sdnr/northbound/a1Adapter/installer/pom.xml @@ -14,10 +14,10 @@ 0.7.0-SNAPSHOT pom - ccsdk-features-sdnr-northbound :: a1Adapter :: ${project.artifactId} + ccsdk-features :: sdnr-northbound :: ${project.artifactId} - sdnr-a1Adapter + a1Adapter false @@ -25,7 +25,7 @@ org.onap.ccsdk.features.sdnr.northbound - ${application.name} + ${application.name}-feature ${project.version} xml features diff --git a/sdnr/northbound/a1Adapter/model/pom.xml b/sdnr/northbound/a1Adapter/model/pom.xml index a557d3c76..1fc56aa31 100644 --- a/sdnr/northbound/a1Adapter/model/pom.xml +++ b/sdnr/northbound/a1Adapter/model/pom.xml @@ -14,6 +14,8 @@ 0.7.0-SNAPSHOT bundle + ccsdk-features :: sdnr-northbound :: ${project.artifactId} + org.opendaylight.mdsal.binding.model.ietf diff --git a/sdnr/northbound/a1Adapter/pom.xml b/sdnr/northbound/a1Adapter/pom.xml index bea1518ff..f718bbb25 100644 --- a/sdnr/northbound/a1Adapter/pom.xml +++ b/sdnr/northbound/a1Adapter/pom.xml @@ -14,7 +14,7 @@ 0.7.0-SNAPSHOT pom - ccsdk-features-sdnr-northbound :: a1Adapter + ccsdk-features :: sdnr-northbound :: ${project.artifactId} model diff --git a/sdnr/northbound/a1Adapter/provider/pom.xml b/sdnr/northbound/a1Adapter/provider/pom.xml index 41e639152..45f07c487 100644 --- a/sdnr/northbound/a1Adapter/provider/pom.xml +++ b/sdnr/northbound/a1Adapter/provider/pom.xml @@ -14,6 +14,8 @@ 0.7.0-SNAPSHOT bundle + ccsdk-features :: sdnr-northbound :: ${project.artifactId} + ${project.version} diff --git a/sdnr/northbound/energysavings/features/pom.xml b/sdnr/northbound/energysavings/features/pom.xml index c3b26cf1b..8c645d122 100644 --- a/sdnr/northbound/energysavings/features/pom.xml +++ b/sdnr/northbound/energysavings/features/pom.xml @@ -11,9 +11,11 @@ org.onap.ccsdk.features.sdnr.northbound energysavings-features - 0.2.4-SNAPSHOT + 0.7.0-SNAPSHOT feature + ccsdk-features :: sdnr-northbound :: ${project.artifactId} + diff --git a/sdnr/northbound/energysavings/installer/pom.xml b/sdnr/northbound/energysavings/installer/pom.xml index b3eb3835a..7e8719687 100755 --- a/sdnr/northbound/energysavings/installer/pom.xml +++ b/sdnr/northbound/energysavings/installer/pom.xml @@ -11,10 +11,10 @@ org.onap.ccsdk.features.sdnr.northbound energysavings-installer - 0.2.4-SNAPSHOT + 0.7.0-SNAPSHOT pom - ccsdk-features-sdnr-northbound :: energysavings :: ${project.artifactId} + ccsdk-features :: sdnr-northbound :: ${project.artifactId} ccsdk-energysavings diff --git a/sdnr/northbound/energysavings/model/pom.xml b/sdnr/northbound/energysavings/model/pom.xml index 083f5163b..b5ee96bf8 100644 --- a/sdnr/northbound/energysavings/model/pom.xml +++ b/sdnr/northbound/energysavings/model/pom.xml @@ -11,9 +11,11 @@ org.onap.ccsdk.features.sdnr.northbound energysavings-model - 0.2.4-SNAPSHOT + 0.7.0-SNAPSHOT bundle + ccsdk-features :: sdnr-northbound :: ${project.artifactId} + org.opendaylight.mdsal.model diff --git a/sdnr/northbound/energysavings/pom.xml b/sdnr/northbound/energysavings/pom.xml index bedc1f3a2..8feda806d 100644 --- a/sdnr/northbound/energysavings/pom.xml +++ b/sdnr/northbound/energysavings/pom.xml @@ -11,9 +11,11 @@ org.onap.ccsdk.features.sdnr.northbound energysavings - 0.2.4-SNAPSHOT + 0.7.0-SNAPSHOT pom + ccsdk-features :: sdnr-northbound :: energy-saving + model features diff --git a/sdnr/northbound/energysavings/provider/pom.xml b/sdnr/northbound/energysavings/provider/pom.xml index 9bf96e773..0f5cde130 100644 --- a/sdnr/northbound/energysavings/provider/pom.xml +++ b/sdnr/northbound/energysavings/provider/pom.xml @@ -11,9 +11,11 @@ org.onap.ccsdk.features.sdnr.northbound energysavings-provider - 0.2.4-SNAPSHOT + 0.7.0-SNAPSHOT bundle + ccsdk-features :: sdnr-northbound :: ${project.artifactId} + diff --git a/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml b/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml index a16e0d19a..87d2301a2 100644 --- a/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml +++ b/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml @@ -14,7 +14,7 @@ 0.7.0-SNAPSHOT feature - ccsdk-features-sdnr-northbound :: features :: ${project.artifactId} + ccsdk-features :: sdnr-northbound :: features :: ${project.artifactId}