From 591810df468a8e2c59569e701f514bff61203940 Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 17 Sep 2020 15:07:23 +0200 Subject: Introduce a new docker for be plugins Introduce a new docker image containing the etsi plugin and potentially others + simplify the process to build backend image + cleaning of unused files Issue-ID: SDC-3289 Signed-off-by: sebdet Change-Id: I82c770b391d169bef3bcc5f5af66e2a24dffb1b4 Signed-off-by: sebdet --- .../etsi-nfv-nsd-csar-plugin/pom.xml | 146 ++++++--------------- 1 file changed, 37 insertions(+), 109 deletions(-) (limited to 'catalog-be-plugins/etsi-nfv-nsd-csar-plugin') diff --git a/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml b/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml index e7b5760b69..4acad582fe 100644 --- a/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml +++ b/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml @@ -19,118 +19,46 @@ --> - - catalog-be-plugins - org.openecomp.sdc - 1.7.1-SNAPSHOT - - 4.0.0 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + catalog-be-plugins + org.openecomp.sdc + 1.7.1-SNAPSHOT + + 4.0.0 - etsi-nfv-nsd-csar-plugin + etsi-nfv-nsd-csar-plugin - - 2.2 - + + 2.2 + - - - - org.openecomp.sdc - catalog-be - ${project.version} - classes - + + + + org.openecomp.sdc + catalog-be + ${project.version} + classes + - - - org.hamcrest - hamcrest - ${hamcrest.version} - test - - - org.hamcrest - hamcrest-library - ${hamcrest.version} - test - - - - - - docker-staging - - ${project.version}-STAGING-${maven.build.timestamp} - ${project.version}-STAGING-latest - - - - docker - - false - - - - - io.fabric8 - docker-maven-plugin - - 1.23 - nexus3.onap.org:10001 - - - docker - docker - - - - - onap/sdc-catalog-be-plugin/etsi-nfv-nsd-csar - catalog-be-plugin-etsi-nfv-nsd-csar - - try - alpine:3.8 - - artifact - /plugins - - - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest - ${project.version}-${maven.build.timestamp} - - - - - - - - clean-images - pre-clean - - remove - - - - generate-images - package - - build - - - - push-images - deploy - - push - - - - - - - - + + + org.hamcrest + hamcrest + ${hamcrest.version} + test + + + org.hamcrest + hamcrest-library + ${hamcrest.version} + test + + + + etsi-nfv-nsd-csar-plugin + \ No newline at end of file -- cgit 1.2.3-korg