aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-07-25 13:35:27 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2023-02-02 22:49:32 +0000
commitb408588420f1c35cc94d613b41accc871833c465 (patch)
treea5f1a48bf68ab5a04f335979f52242559e57a126 /pom.xml
parent125398fd17bc923b561998972e7106d9b5bf0165 (diff)
Skip swagger to improve build time
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I2442e86997decdbafcf5d599362a6d5d9a87e855 Issue-ID: SDC-4112
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 5a6ee1f176..432c233d2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -743,6 +743,8 @@ Modifications copyright (c) 2018-2019 Nokia
</activation>
<properties>
<checkstyle.skip>true</checkstyle.skip>
+ <maven.antrun.skip>true</maven.antrun.skip>
+ <swagger.skip>true</swagger.skip>
</properties>
<modules>
<module>onboarding</module>
@@ -771,6 +773,8 @@ Modifications copyright (c) 2018-2019 Nokia
</activation>
<properties>
<checkstyle.skip>true</checkstyle.skip>
+ <maven.antrun.skip>true</maven.antrun.skip>
+ <swagger.skip>true</swagger.skip>
</properties>
<modules>
<module>onboarding</module>
@@ -859,6 +863,8 @@ Modifications copyright (c) 2018-2019 Nokia
<checkstyle.skip>true</checkstyle.skip>
<jacoco.skip>true</jacoco.skip>
<docker.keepRunning>true</docker.keepRunning>
+ <maven.antrun.skip>true</maven.antrun.skip>
+ <swagger.skip>true</swagger.skip>
</properties>
<modules>
<module>integration-tests</module>
@@ -874,9 +880,9 @@ Modifications copyright (c) 2018-2019 Nokia
<skipYamlJsonValidator>true</skipYamlJsonValidator>
<checkstyle.skip>true</checkstyle.skip>
<jacoco.skip>true</jacoco.skip>
-
-
<docker.skip.run>true</docker.skip.run>
+ <maven.antrun.skip>true</maven.antrun.skip>
+ <swagger.skip>true</swagger.skip>
</properties>
<modules>
<module>integration-tests</module>
@@ -891,6 +897,8 @@ Modifications copyright (c) 2018-2019 Nokia
<skipYamlJsonValidator>true</skipYamlJsonValidator>
<checkstyle.skip>true</checkstyle.skip>
<docker.skip>true</docker.skip>
+ <maven.antrun.skip>true</maven.antrun.skip>
+ <swagger.skip>true</swagger.skip>
</properties>
<modules>
<module>integration-tests</module>