From e6d0d67fdbe3fc70c996c8df33bd65d3b151dfad Mon Sep 17 00:00:00 2001 From: herbert Date: Sat, 14 Dec 2019 01:05:47 +0100 Subject: update odlux and featureaggregator v2 update odlux and featureaggregator bundles Issue-ID: SDNC-1008 Signed-off-by: herbert Change-Id: I0018d7bfa3a0e6896c1b210b539a574af9808e22 Signed-off-by: herbert --- sdnr/wt/odlux/pom.xml | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 sdnr/wt/odlux/pom.xml (limited to 'sdnr/wt/odlux/pom.xml') diff --git a/sdnr/wt/odlux/pom.xml b/sdnr/wt/odlux/pom.xml new file mode 100644 index 000000000..cade21b30 --- /dev/null +++ b/sdnr/wt/odlux/pom.xml @@ -0,0 +1,63 @@ + + + + + org.onap.ccsdk.parent + odlparent-lite + 1.5.1-SNAPSHOT + + + + + 4.0.0 + org.onap.ccsdk.features.sdnr.wt + odlux-top + 0.7.0-SNAPSHOT + pom + odlux + + + framework + core + apps/apiDemo + apps/connectApp + apps/demoApp + apps/faultApp + apps/helpApp + apps/inventoryApp + apps/mediatorApp + apps/maintenanceApp + apps/minimumApp + apps/performanceHistoryApp + apps/eventLogApp + apps/configurationApp + apps/app-feature + apps/app-installer + + + + + + exec-maven-plugin + org.codehaus.mojo + + + Clean node and node_modules + package + + exec + + + rm + + -r + node_modules + + + + + + + + + -- cgit 1.2.3-korg