From 62e834802dae0bd15504785503060d7875c7b4ad Mon Sep 17 00:00:00 2001 From: Herbert Eiselt Date: Thu, 28 Mar 2019 19:00:35 +0100 Subject: Add SDN-R odlux performance A UI displaying performance monitoring data Change-Id: I2a9c28549aee1bcac366354c343a63f884bf09e0 Issue-ID: SDNC-585 Signed-off-by: Herbert Eiselt --- sdnr/wt/odlux/framework/pom.xml | 40 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) (limited to 'sdnr/wt/odlux/framework/pom.xml') diff --git a/sdnr/wt/odlux/framework/pom.xml b/sdnr/wt/odlux/framework/pom.xml index 5d4eb3e6a..06142f618 100644 --- a/sdnr/wt/odlux/framework/pom.xml +++ b/sdnr/wt/odlux/framework/pom.xml @@ -1,11 +1,13 @@ - + org.onap.ccsdk.parent odlparent 1.2.2-SNAPSHOT - + 4.0.0 org.onap.ccsdk.features.sdnr.wt @@ -13,6 +15,12 @@ 0.4.2-SNAPSHOT jar sdnr-wt-odlux-framework + + ${maven.build.timestamp} + ONAP Dublin (Flourine-SR2) + 6.aa84511(19/03/28) + ONAP SDN-R | ONF Wireless for ${distversion} - Build: ${buildtime} ${buildno} ${project.version} + Apache License, Version 2.0 @@ -74,7 +82,7 @@ initialize - -W add lerna + add lerna@3.13.1 -W --exact ${project.basedir} ${project.basedir}/../ @@ -106,6 +114,32 @@ org.apache.maven.plugins maven-jar-plugin + + com.google.code.maven-replacer-plugin + replacer + 1.5.2 + + + replace version + prepare-package + + replace + + + + + ${project.build.directory}/classes/odlux + + app.js + + + + ##odlux.version## + ${odlux.version} + + + + -- cgit 1.2.3-korg