From ac02d11e7bd8b6fe00cecf5377844905a4df3eb1 Mon Sep 17 00:00:00 2001 From: wsliwka Date: Tue, 3 Sep 2019 11:02:42 +0200 Subject: Lets build modern ui by default to disable modern ui build just use maven with -DskipModernUi=true Added configuration for maven-cleanup-plugin to remove 'dist' directory Issue-ID: VID-576 Signed-off-by: wsliwka Change-Id: I668820bbd28302b8cdaf13300b0f26cfcb3df398 Signed-off-by: wsliwka --- vid-webpack-master/pom.xml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'vid-webpack-master/pom.xml') diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml index d1398cc35..8d4ab156e 100644 --- a/vid-webpack-master/pom.xml +++ b/vid-webpack-master/pom.xml @@ -29,6 +29,7 @@ content/repositories/staging/ content/repositories/snapshots/ content/repositories/releases/ + build @@ -73,7 +74,10 @@ if-not-webpack - true + + skipModernUi + true + @@ -106,6 +110,13 @@ webpack-npm + + + skipModernUi + !true + + true + @@ -161,7 +172,6 @@ run ${NPM_CMD} - @@ -245,7 +255,16 @@ src/WEB-INF/web.xml - + + maven-clean-plugin + + + + dist + + + + -- cgit 1.2.3-korg