From 6bd3d3a85c4e14174070b8c0de81714a0155255a Mon Sep 17 00:00:00 2001 From: JulienBe Date: Wed, 24 Jun 2020 15:35:23 +0200 Subject: [PATCH] add a new profil for fast build Issue-ID: SDC-3148 Signed-off-by: JulienBe Change-Id: Ie98194fe6d136f57491a0590ab2afc9db59fbfbd --- asdctool/pom.xml | 1 + catalog-be/pom.xml | 1 + catalog-dao/pom.xml | 1 + catalog-fe/pom.xml | 1 + catalog-model/pom.xml | 1 + catalog-ui/pom.xml | 1 + common-app-api/pom.xml | 1 + common-be/pom.xml | 1 + pom.xml | 32 +++++++++++++++++++++++++++++++- sdc-os-chef/pom.xml | 1 + test-apis-ci/pom.xml | 1 + ui-ci/pom.xml | 1 + utils/webseal-simulator/pom.xml | 1 + 13 files changed, 43 insertions(+), 1 deletion(-) diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 37b866db97..c879453fba 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -693,6 +693,7 @@ + ${skipYamlJsonValidator} diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index cbaf2094a3..cd2dd305e8 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -880,6 +880,7 @@ + ${skipYamlJsonValidator} diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index d1d9b349ae..b939448f2d 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -419,6 +419,7 @@ Modifications copyright (c) 2018 Nokia + ${skipYamlJsonValidator} diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index 60353a8ec3..e861debeca 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -415,6 +415,7 @@ + ${skipYamlJsonValidator} diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 98e8c24d26..5d17b745ea 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -375,6 +375,7 @@ + ${skipYamlJsonValidator} diff --git a/catalog-ui/pom.xml b/catalog-ui/pom.xml index f8d4e3f70c..516072674a 100644 --- a/catalog-ui/pom.xml +++ b/catalog-ui/pom.xml @@ -161,6 +161,7 @@ + ${skipYamlJsonValidator} diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 323bcf822b..33248f6cff 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -310,6 +310,7 @@ + ${skipYamlJsonValidator} diff --git a/common-be/pom.xml b/common-be/pom.xml index 175b3877ef..aad2d0bdb4 100644 --- a/common-be/pom.xml +++ b/common-be/pom.xml @@ -222,6 +222,7 @@ + ${skipYamlJsonValidator} diff --git a/pom.xml b/pom.xml index d29852dae3..c571cdec98 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,8 @@ Modifications copyright (c) 2018-2019 Nokia ${jackson.version} 1.9.13 2.1.1 + false + false 1.14 @@ -372,7 +374,7 @@ Modifications copyright (c) 2018-2019 Nokia com.github.sylvainlaurent.maven yaml-json-validator-maven-plugin - 1.0.1 + 1.0.2 pl.project13.maven @@ -389,6 +391,7 @@ Modifications copyright (c) 2018-2019 Nokia checkstyle-suppressions.xml checkstyle.suppressions.file + ${skipCheckstyle} @@ -603,6 +606,33 @@ Modifications copyright (c) 2018-2019 Nokia onboarding + + fast-build + + false + + + true + true + true + true + + + ui-ci + asdctool + common-be + onboarding + catalog-be + catalog-ui + catalog-fe + catalog-dao + sdc-os-chef + test-apis-ci + catalog-model + common-app-api + common-app-logging + + diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index 279392cf84..0778e4e410 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -39,6 +39,7 @@ + ${skipYamlJsonValidator} diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index cfe1ac99ed..105d3cd04e 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -547,6 +547,7 @@ + ${skipYamlJsonValidator} diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index 4c24d2d5d5..299465ac23 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -415,6 +415,7 @@ + ${skipYamlJsonValidator} diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 0c7bd25594..1c21179e77 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -131,6 +131,7 @@ + ${skipYamlJsonValidator} -- 2.16.6