From 5d2f54c248efceb54982c37f39c772288f3bfdd3 Mon Sep 17 00:00:00 2001 From: ml636r Date: Sun, 19 Feb 2017 23:56:00 +0200 Subject: Add UI part two Change-Id: I5aefa3a67b2e58d9ed2df05492b1ccb84e0c8fc2 Signed-off-by: ml636r --- openecomp-ui/pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) (limited to 'openecomp-ui/pom.xml') diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml index a4b20e206d..1ff3a6ea61 100644 --- a/openecomp-ui/pom.xml +++ b/openecomp-ui/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -13,9 +13,54 @@ onboarding-ui-war war - + + + node + Node + https://maven-nodejs-proxy.pvtool.org/ + + + + + + io.wcm.maven.plugins + nodejs-maven-plugin + + + compile + + run + + + + + 4.3.0 + 7.5.0 + /tmp/nodejs + + + ${session.executionRootDirectory}/dox-sequence-diagram-ui + + + ${session.executionRootDirectory}/dox-sequence-diagram-ui + webpack + + + ${project.basedir} + + + ${project.basedir} + gulp + + build + + + + + + maven-war-plugin -- cgit 1.2.3-korg