From d049ca05bbfb6fa6b86b2a093b09ffc1fc0a6e37 Mon Sep 17 00:00:00 2001 From: Einav Weiss Keidar Date: Wed, 21 Mar 2018 13:31:23 +0200 Subject: added property skipUICleanup Issue-ID: SDC-1157 Change-Id: I5fed6515b90da5d40dc994560aee11a741a49e7d Signed-off-by: Einav Weiss Keidar --- openecomp-ui/pom.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'openecomp-ui') diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml index 8c90c826b1..07683f3c76 100644 --- a/openecomp-ui/pom.xml +++ b/openecomp-ui/pom.xml @@ -54,9 +54,6 @@ ${basedir}/dist - - ${basedir}/node_modules - ${basedir}/coverage @@ -64,6 +61,21 @@ ${basedir}/../dox-sequence-diagram-ui/dist + + + + + clean.nodemodules.folder + clean + + clean + + + ${skipUICleanup} + + + ${basedir}/node_modules + ${basedir}/../dox-sequence-diagram-ui/node_modules -- cgit 1.2.3-korg