aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2023-07-11 15:45:30 +0100
committerMichael Morris <michael.morris@est.tech>2023-07-19 13:35:19 +0000
commit03f8b0f1d7867908c42a6d130cd0635bd466b175 (patch)
treeb69ec9dfe35b32aa8037095f4fad0dac259ad824
parent1d3a357eb20bafc68e1c636fe3296540329d267c (diff)
Improvement to maven multi-thread run
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I11bc5f262968d5503badc4572a28f18d9eaac124 Issue-ID: SDC-4565
-rw-r--r--integration-tests/pom.xml1
-rw-r--r--openecomp-be/dist/sdc-onboard-backend-docker/pom.xml6
2 files changed, 7 insertions, 0 deletions
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.
<name>${docker.namespace}/sdc-integration-tests-init</name>
<alias>integration-tests-init</alias>
<build>
+ <skip>${it.test-model.disabled}</skip>
<cleanup>try</cleanup>
<dockerFileDir>${project.basedir}/integration-tests-init</dockerFileDir>
<tags>
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 @@
<type>war</type>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.openecomp.sdc.onboarding</groupId>
+ <artifactId>onboarding-be</artifactId>
+ <type>war</type>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<profiles>
<profile>