From 412309940cfd09a3698feded384340354178f4fe Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Tue, 21 Aug 2018 17:35:35 +0100 Subject: SO Monitoring UI Change-Id: I6f1c13119d18b8731a02c8559bb1484ec84d6041 Issue-ID: SO-726 Signed-off-by: waqas.ikram Signed-off-by: Ronan Kenny --- so-monitoring/so-monitoring-ui/pom.xml | 91 ++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 so-monitoring/so-monitoring-ui/pom.xml (limited to 'so-monitoring/so-monitoring-ui/pom.xml') diff --git a/so-monitoring/so-monitoring-ui/pom.xml b/so-monitoring/so-monitoring-ui/pom.xml new file mode 100644 index 0000000000..bfef7df407 --- /dev/null +++ b/so-monitoring/so-monitoring-ui/pom.xml @@ -0,0 +1,91 @@ + + + + 4.0.0 + + org.onap.so.monitoring + so-monitoring + 1.3.0-SNAPSHOT + + so-monitoring-ui + + + + + + com.github.eirslett + frontend-maven-plugin + 1.6 + + ${project.basedir}/src/main/frontend + target + + + + install node and yarn + + install-node-and-yarn + + generate-resources + + v10.8.0 + v1.7.0 + + + + yarn install + + yarn + + + install + + + + yarn run webpack build + + yarn + + + false + build + + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.0.0 + + false + + + ${project.basedir}/src/main/frontend/dist/ + false + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg