Add skip test profile 88/112488/1
authorsebdet <sebastien.determe@intl.att.com>
Thu, 10 Sep 2020 13:24:32 +0000 (15:24 +0200)
committersebdet <sebastien.determe@intl.att.com>
Thu, 10 Sep 2020 13:24:32 +0000 (15:24 +0200)
Add skip test profile so that even the module sdc-integration-tests is not called

Issue-ID: SDC-3232
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ife64ff4253abc9ee548dc02a946c594669adf0bf

pom.xml

diff --git a/pom.xml b/pom.xml
index aa887e8..6ff231a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -612,6 +612,33 @@ Modifications copyright (c) 2018-2019 Nokia
                 <module>utils/webseal-simulator</module>
             </modules>
         </profile>
+        <profile>
+            <id>skip-tests</id>
+            <activation>
+                <property>
+                    <name>skipTests</name>
+                    <value>true</value>
+                </property>
+            </activation>
+            <properties>
+                <checkstyle.skip>true</checkstyle.skip>
+            </properties>
+            <modules>
+                <module>onboarding</module>
+                <module>common-app-logging</module>
+                <module>common-app-api</module>
+                <module>common-be</module>
+                <module>catalog-dao</module>
+                <module>catalog-model</module>
+                <module>catalog-be</module>
+                <module>catalog-be-plugins</module>
+                <module>asdctool</module>
+                <module>catalog-ui</module>
+                <module>catalog-fe</module>
+                <module>sdc-os-chef</module>
+                <module>utils/webseal-simulator</module>
+            </modules>
+        </profile>
         <profile>
             <id>fast-build</id>
             <activation>