From 280f8015d06af1f41a3ef12e8300801c7a5e0d54 Mon Sep 17 00:00:00 2001 From: AviZi Date: Fri, 9 Jun 2017 02:39:56 +0300 Subject: [SDC-29] Amdocs OnBoard 1707 initial commit. Change-Id: Ie4d12a3f574008b792899b368a0902a8b46b5370 Signed-off-by: AviZi --- openecomp-ui/pom.xml | 245 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 146 insertions(+), 99 deletions(-) (limited to 'openecomp-ui/pom.xml') diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml index 0c37c11bea..78eb97c57b 100644 --- a/openecomp-ui/pom.xml +++ b/openecomp-ui/pom.xml @@ -1,109 +1,156 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - - org.openecomp.sdc - sdc-main - 1.1.0-SNAPSHOT - + org.openecomp.sdc + onboarding-fe + onboarding-ui-war + war - org.openecomp.sdc.onboarding - onboarding-fe - onboarding-ui-war - pom + + org.openecomp.sdc + sdc-onboarding + 1.1.0-SNAPSHOT + ../onboarding + - - true - + + + + + + + maven-clean-plugin + 2.6.1 + + + clean.dist.folder + clean + + clean + + + + + ${basedir}/dist + + + ${basedir}/node_modules + + + ${basedir}/../dox-sequence-diagram-ui/dist + + + ${basedir}/../dox-sequence-diagram-ui/node_modules + + + + + + - - + + + + + com.github.eirslett + frontend-maven-plugin + 1.4 + + + + + install node and npm in dox-sequence-diagram-ui + + install-node-and-npm + + + ${project.basedir}/../dox-sequence-diagram-ui + v6.9.5 + 3.10.10 + + + + install node and npm + + install-node-and-npm + + + v6.9.5 + 3.10.10 + + + + + npm install in dox-sequence-diagram-ui + + npm + + + ${project.basedir}/../dox-sequence-diagram-ui + install + + + + + npm install + + npm + + + install + + + + + npm run build + + npm + + + run build + + + + - - io.wcm.maven.plugins - nodejs-maven-plugin - - - compile - - run - - - - - - - ${session.executionRootDirectory}/dox-sequence-diagram-ui - - - ${session.executionRootDirectory}/dox-sequence-diagram-ui - webpack - - - ${project.basedir} - - - ${project.basedir} - gulp - - build - - - - - + + maven-antrun-plugin + + + repack war + prepare-package + + + + + + + + + + + + run + + + + - - com.coderplus.maven.plugins - copy-rename-maven-plugin - 1.0 - - - copy-file - compile - - copy - - - ${project.basedir}/dist/onboarding.war - ${project.basedir}/target/onboarding-fe-${project.version}.war - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.7 - - - attach-artifacts - compile - - attach-artifact - - - - - ${project.basedir}/target/onboarding-fe-${project.version}.war - war - - - - - - - - - - + + org.apache.maven.plugins + maven-war-plugin + 3.0.0 + + + + ${basedir}/target/dist + + + + + + -- cgit 1.2.3-korg