From 026500f89289120c4d946c9e2cb8e94e37d6751f Mon Sep 17 00:00:00 2001 From: "CLAPP, GEORGE H (gc731h)" Date: Thu, 19 Jul 2018 20:14:51 +0000 Subject: Rename package to new ccsdk/features repo Rename the energysavings package to align with new ccsdk/features repo and update file structure Change-Id: I9404cc2aca5e6f3abe8decd89987478a7d6db295 Issue-ID: CCSDK-350 Signed-off-by: CLAPP, GEORGE H (gc731h) --- sdnr/northbound/energysavings/installer/.gitignore | 1 + sdnr/northbound/energysavings/installer/pom.xml | 253 +++++++++++---------- 2 files changed, 129 insertions(+), 125 deletions(-) create mode 100644 sdnr/northbound/energysavings/installer/.gitignore (limited to 'sdnr/northbound/energysavings/installer') diff --git a/sdnr/northbound/energysavings/installer/.gitignore b/sdnr/northbound/energysavings/installer/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/sdnr/northbound/energysavings/installer/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/sdnr/northbound/energysavings/installer/pom.xml b/sdnr/northbound/energysavings/installer/pom.xml index 107912384..93c23c51b 100755 --- a/sdnr/northbound/energysavings/installer/pom.xml +++ b/sdnr/northbound/energysavings/installer/pom.xml @@ -1,132 +1,135 @@ - - 4.0.0 + + 4.0.0 - - org.onap.ccsdk.parent - odlparent-lite - 1.0.5-SNAPSHOT - - + + org.onap.ccsdk.parent + odlparent-lite + 1.0.5-SNAPSHOT + + - org.onap.ccsdk.features.sdnr.northbound - energysavings-installer - 0.2.4-SNAPSHOT - pom + org.onap.ccsdk.features.sdnr.northbound + energysavings-installer + 0.2.4-SNAPSHOT + pom - - energysavings-features - ${application.name} - mvn:org.onap.sdnc.northbound.sdnr/${features.boot}/${project.version}/xml/features - false - + ccsdk-features-sdnr-northbound :: energysavings :: ${project.artifactId} - - - org.onap.ccsdk.features.sdnr.northbound - energysavings-model - ${project.version} - - - org.onap.ccsdk.features.sdnr.northbound - energysavings-provider - ${project.version} - - - org.onap.ccsdk.features.sdnr.northbound - energysavings-features - ${project.version} - xml - features - - + + ccsdk-energysavings + ${application.name} + mvn:org.onap.ccsdk.features.sdnr.northbound/${features.boot}/${project.version}/xml/features + false + - - - - maven-assembly-plugin - - - maven-repo-zip - - single - - package - - false - stage/${application.name}-${project.version} - - src/assembly/assemble_mvnrepo_zip.xml - - false - - - - installer-zip - - single - - package - - true - ${application.name}-${project.version}-installer - - src/assembly/assemble_installer_zip.xml - - false - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - - copy-dependencies - - prepare-package - - false - ${project.build.directory}/assembly/system - false - true - true - true - false - false - energysavings-model,energysavings-provider,energysavings-features - - - - - - maven-resources-plugin - 2.6 - - - copy-version - - copy-resources - - validate - - ${basedir}/target/stage - - - src/main/resources/scripts - - install-feature.sh - - true - - - - - - - - + + + org.onap.ccsdk.features.sdnr.northbound + energysavings-model + ${project.version} + + + org.onap.ccsdk.features.sdnr.northbound + energysavings-provider + ${project.version} + + + org.onap.ccsdk.features.sdnr.northbound + energysavings-features + ${project.version} + xml + features + + + + + + + maven-assembly-plugin + + + maven-repo-zip + + single + + package + + false + stage/${application.name}-${project.version} + + src/assembly/assemble_mvnrepo_zip.xml + + false + + + + installer-zip + + single + + package + + true + ${application.name}-${project.version}-installer + + src/assembly/assemble_installer_zip.xml + + false + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + + copy-dependencies + + prepare-package + + false + ${project.build.directory}/assembly/system + false + true + true + true + false + false + energysavings-model,energysavings-provider,energysavings-features + + + + + + maven-resources-plugin + 2.6 + + + copy-version + + copy-resources + + validate + + ${basedir}/target/stage + + + src/main/resources/scripts + + install-feature.sh + + true + + + + + + + + -- cgit 1.2.3-korg