From 457685063fd4b960441e482cc8b88fa8c972a7d2 Mon Sep 17 00:00:00 2001 From: Nicholas Soteropoulos Date: Mon, 14 Sep 2020 17:19:10 -0400 Subject: Fix mod ui build issues Change-Id: I4d002645240852a3a5f1964d9ffa2cac11c45b47 Signed-off-by: Nicholas Soteropoulos Issue-ID: DCAEGEN2-2317 Signed-off-by: Nicholas Soteropoulos --- mod2/ui/pom.xml | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 mod2/ui/pom.xml (limited to 'mod2/ui/pom.xml') diff --git a/mod2/ui/pom.xml b/mod2/ui/pom.xml new file mode 100644 index 0000000..50122de --- /dev/null +++ b/mod2/ui/pom.xml @@ -0,0 +1,72 @@ + + + + + 4.0.0 + + org.onap.oparent + oparent + 2.0.0 + + org.onap.dcaegen2.platform.mod + ui + 1.0.0-SNAPSHOT + + + + + com.github.eirslett + frontend-maven-plugin + 1.7.6 + + ./ + v12.16.1 + 6.13.4 + + + + install node and npm + + install-node-and-npm + + + + npm install + + npm + + + + npm run build + + npm + + + run build + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg