From: Herbert Eiselt Date: Fri, 7 Jun 2019 08:36:11 +0000 (+0200) Subject: SDNR Fix odlux unstable build problem X-Git-Tag: 0.5.0~17 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1445dabe9bc28629077033e2f189ad05dc61b884;p=ccsdk%2Ffeatures.git SDNR Fix odlux unstable build problem Remove node_modules with symlinks Issue-ID: SDNC-792 Signed-off-by: Herbert Eiselt Change-Id: Iebf0b9b8be3bf60eb493e04fa7135ed166013259 --- diff --git a/sdnr/wt/odlux/pom.xml b/sdnr/wt/odlux/pom.xml index 4998fc859..5c7cb621d 100644 --- a/sdnr/wt/odlux/pom.xml +++ b/sdnr/wt/odlux/pom.xml @@ -34,4 +34,29 @@ apps/app-installer + + + + exec-maven-plugin + org.codehaus.mojo + + + Clean node and node_modules + package + + exec + + + rm + + -r + node_modules + + + + + + + +