From 03f8b0f1d7867908c42a6d130cd0635bd466b175 Mon Sep 17 00:00:00 2001 From: vasraz Date: Tue, 11 Jul 2023 15:45:30 +0100 Subject: Improvement to maven multi-thread run Signed-off-by: Vasyl Razinkov Change-Id: I11bc5f262968d5503badc4572a28f18d9eaac124 Issue-ID: SDC-4565 --- integration-tests/pom.xml | 1 + openecomp-be/dist/sdc-onboard-backend-docker/pom.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 735673d7a6..d3045e51fb 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -1117,6 +1117,7 @@ limitations under the License. ${docker.namespace}/sdc-integration-tests-init integration-tests-init + ${it.test-model.disabled} try ${project.basedir}/integration-tests-init diff --git a/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml b/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml index e1ccf0b3e7..15a78646d1 100644 --- a/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml +++ b/openecomp-be/dist/sdc-onboard-backend-docker/pom.xml @@ -22,6 +22,12 @@ war ${project.version} + + org.openecomp.sdc.onboarding + onboarding-be + war + ${project.version} + -- cgit 1.2.3-korg