From a1bfc110ea1f5f2e780b6bef78da1273b66bac63 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Tue, 19 Jul 2022 15:31:29 +0100 Subject: [PATCH] Add fast build profile ignoring frontend Adds fast-build-no-ui profile, a copy of the fast-build but also ignoring the frontend build. The frontend build is the process that takes more time during the SDC build. When the frontend build is not needed, the new profile could be used, reducing the build time by about half time. Change-Id: I99c198461f128f265cb051fca415d605b0d9c339 Issue-ID: SDC-4100 Signed-off-by: andre.schmid --- pom.xml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c3683ca443..210bbc3289 100644 --- a/pom.xml +++ b/pom.xml @@ -735,7 +735,6 @@ Modifications copyright (c) 2018-2019 Nokia common-app-logging common-app-api common-be - common-be-tests-utils catalog-dao catalog-model catalog-be @@ -747,6 +746,34 @@ Modifications copyright (c) 2018-2019 Nokia utils/webseal-simulator + + fast-build-no-ui + + false + + + true + true + true + true + true + true + + + openecomp-be + common + common-app-logging + common-app-api + common-be + catalog-dao + catalog-model + catalog-be + catalog-be-plugins + asdctool + sdc-os-chef + utils/webseal-simulator + + start-sdc -- 2.16.6