From b92a895b00ec3efeceb341dc5779b45d35f0176b Mon Sep 17 00:00:00 2001 From: vasraz Date: Mon, 3 Jul 2023 12:38:48 +0100 Subject: [PATCH 1/1] Prepare to build docker images simultaneously Signed-off-by: Vasyl Razinkov Change-Id: Iaac3e56906527c6bd65053c538b4b2889cbaac1d Issue-ID: SDC-4547 --- catalog-be-plugins/backend-all-plugins/pom.xml | 9 ++++++++- catalog-be-plugins/pom.xml | 12 +++++++++++- catalog-fe/pom.xml | 6 ++++++ openecomp-be/dist/sdc-onboard-backend-docker/pom.xml | 14 ++++++++------ 4 files changed, 33 insertions(+), 8 deletions(-) diff --git a/catalog-be-plugins/backend-all-plugins/pom.xml b/catalog-be-plugins/backend-all-plugins/pom.xml index 599eb6d0b9..2839ee5ae0 100644 --- a/catalog-be-plugins/backend-all-plugins/pom.xml +++ b/catalog-be-plugins/backend-all-plugins/pom.xml @@ -39,7 +39,14 @@ limitations under the License. true true - + + + org.openecomp.sdc + etsi-nfv-nsd-csar-plugin + jar + ${project.version} + + docker diff --git a/catalog-be-plugins/pom.xml b/catalog-be-plugins/pom.xml index c71f2fa2f0..1fe5a2c1af 100644 --- a/catalog-be-plugins/pom.xml +++ b/catalog-be-plugins/pom.xml @@ -34,4 +34,14 @@ etsi-nfv-nsd-csar-plugin backend-all-plugins - \ No newline at end of file + + + + org.openecomp.sdc + catalog-be + ${project.version} + war + + + + diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index 5769a2e0a8..5f533956ca 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -13,6 +13,12 @@ + + org.openecomp.sdc + onboarding-fe + ${project.version} + war + org.projectlombok diff --git a/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml b/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml index 35525558ae..7915e2e402 100644 --- a/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml +++ b/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml @@ -3,23 +3,26 @@ 4.0.0 openecomp-sdc-docker-backend - org.openecomp.sdc openecomp-sdc-docker-backend pom - http://maven.apache.org - org.openecomp.sdc openecomp-sdc-docker-dist 1.13.1-SNAPSHOT - sdc-onboard-backend - + + + org.openecomp.sdc.onboarding + api-docs + war + ${project.version} + + docker @@ -177,4 +180,3 @@ - -- 2.16.6