From 4a46dddefcfb5380db07b8b35e799ba7145801d0 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 8 Jan 2019 14:20:28 -0500 Subject: Prepare for release build Prepare for release of early ODL-Oxygen based CCSDK Dublin Change-Id: I322ccb15e1064a9acc7f2060c744623895766a87 Issue-ID: CCSDK-870 Signed-off-by: Timoney, Dan (dt5972) --- blueprints-processor/installer/pom.xml | 343 ++++++++++++++++----------------- 1 file changed, 170 insertions(+), 173 deletions(-) (limited to 'blueprints-processor/installer') diff --git a/blueprints-processor/installer/pom.xml b/blueprints-processor/installer/pom.xml index 417ddbb35..932f75764 100644 --- a/blueprints-processor/installer/pom.xml +++ b/blueprints-processor/installer/pom.xml @@ -1,173 +1,170 @@ - - - - - 4.0.0 - - org.onap.ccsdk.parent - odlparent-lite - 1.2.0-SNAPSHOT - - - - org.onap.ccsdk.features - blueprints-processor-installer - 0.4.0-SNAPSHOT - pom - Blueprints Processor :: ${project.artifactId} - - - blueprints-processor - blueprints-processor-features - mvn:org.onap.ccsdk.features/ccsdk-features/blueprints-processor-features/${project.version}/xml/features - false - - - - - org.onap.ccsdk.features - ccsdk-blueprints-processor - ${project.version} - features - xml - - - * - * - - - - - org.onap.ccsdk.features - blueprints-data-adaptor-provider - ${project.version} - - - org.onap.ccsdk.features - blueprints-rest-adaptor-provider - ${project.version} - - - org.onap.ccsdk.features - blueprints-assignment-provider - ${project.version} - - - org.onap.ccsdk.features - blueprints-generator-provider - ${project.version} - - - org.onap.ccsdk.features - blueprints-model-provider - ${project.version} - - - - - - - maven-assembly-plugin - - - maven-repo-zip - - single - - package - - true - stage/${application.name}-${project.version} - - src/assembly/assemble_mvnrepo_zip.xml - - true - - - - 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 - org.onap.ccsdk.features - provided - - - - - - maven-resources-plugin - 2.6 - - - copy-version - - copy-resources - - validate - - ${basedir}/target/stage - - - src/main/resources/scripts - - install-feature.sh - - true - - - - - - - - - + + + + 4.0.0 + + org.onap.ccsdk.parent + odlparent-lite + 1.2.0 + + + + org.onap.ccsdk.features + blueprints-processor-installer + 0.4.0-SNAPSHOT + pom + Blueprints Processor :: ${project.artifactId} + + + blueprints-processor + blueprints-processor-features + mvn:org.onap.ccsdk.features/ccsdk-features/blueprints-processor-features/${project.version}/xml/features + false + + + + + org.onap.ccsdk.features + ccsdk-blueprints-processor + ${project.version} + features + xml + + + * + * + + + + + org.onap.ccsdk.features + blueprints-data-adaptor-provider + ${project.version} + + + org.onap.ccsdk.features + blueprints-rest-adaptor-provider + ${project.version} + + + org.onap.ccsdk.features + blueprints-assignment-provider + ${project.version} + + + org.onap.ccsdk.features + blueprints-generator-provider + ${project.version} + + + org.onap.ccsdk.features + blueprints-model-provider + ${project.version} + + + + + + + maven-assembly-plugin + + + maven-repo-zip + + single + + package + + true + stage/${application.name}-${project.version} + + src/assembly/assemble_mvnrepo_zip.xml + + true + + + + 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 + org.onap.ccsdk.features + provided + + + + + + 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