Improvement to maven multi-thread run 64/135364/2
authorvasraz <vasyl.razinkov@est.tech>
Tue, 11 Jul 2023 14:45:30 +0000 (15:45 +0100)
committerMichael Morris <michael.morris@est.tech>
Wed, 19 Jul 2023 13:35:19 +0000 (13:35 +0000)
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I11bc5f262968d5503badc4572a28f18d9eaac124
Issue-ID: SDC-4565

integration-tests/pom.xml
openecomp-be/dist/sdc-onboard-backend-docker/pom.xml

index 735673d..d3045e5 100644 (file)
@@ -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>
index e1ccf0b..15a7864 100644 (file)
             <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>