X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=sdnr%2Fwt%2Fodlux%2Fpom.xml;h=c4b93b45a72395c1100944fa97f8bc969cbb1206;hb=05da65b2d01a75404059d7526b4cbb868f631dd7;hp=9f5885616c8ba3e591d44d420a50d0d262eea0d3;hpb=f11896c6ef3d30b61eae386e1cd842088175bc95;p=ccsdk%2Ffeatures.git diff --git a/sdnr/wt/odlux/pom.xml b/sdnr/wt/odlux/pom.xml index 9f5885616..c4b93b45a 100644 --- a/sdnr/wt/odlux/pom.xml +++ b/sdnr/wt/odlux/pom.xml @@ -1,37 +1,83 @@ - + - - org.onap.ccsdk.parent - odlparent-lite - 1.2.1-SNAPSHOT - - + + 4.0.0 + + org.onap.ccsdk.parent + odlparent-lite + 2.0.0-SNAPSHOT + + - 4.0.0 - org.onap.ccsdk.features.sdnr.wt - odlux-top - 0.4.1-SNAPSHOT - pom - odlux + org.onap.ccsdk.features.sdnr.wt + odlux-top + 1.0.0-SNAPSHOT + pom - - framework - core - apps/apiDemo - apps/connectApp - apps/demoApp - apps/faultApp - apps/helpApp - apps/inventoryApp - apps/mediatorApp - apps/maintenanceApp - apps/minimumApp - apps/app-feature - apps/app-installer - - + ccsdk-features :: ${project.artifactId} + + + 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 + + + + + + org.codehaus.mojo + exec-maven-plugin + + + Clean node and node_modules + package + + exec + + + rm + + -r + node_modules + + + + + + +