From: vasraz Date: Tue, 11 Jul 2023 14:45:30 +0000 (+0100) Subject: Improvement to maven multi-thread run X-Git-Tag: 1.13.4~41 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=03f8b0f1d7867908c42a6d130cd0635bd466b175;p=sdc.git Improvement to maven multi-thread run Signed-off-by: Vasyl Razinkov Change-Id: I11bc5f262968d5503badc4572a28f18d9eaac124 Issue-ID: SDC-4565 --- 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} +