diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-09-10 15:24:32 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-09-10 15:24:32 +0200 |
commit | 4fc21a61e8b73c19fa2e211a879a6ab3217cf5bc (patch) | |
tree | 21d3df482b94a3a4decce9c18b24835c7f1db2f4 /pom.xml | |
parent | 5ed3d4d047f8e455d6a80cc8b9b3f91a5f2459cd (diff) |
Add skip test profile
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
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -613,6 +613,33 @@ Modifications copyright (c) 2018-2019 Nokia </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> <activeByDefault>false</activeByDefault> |