X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=openecomp-ui%2Fpom.xml;h=9aa5f54988d5197c39952c361af4f333e773a123;hb=9dcb6f393bfc76237cca809b39d5034afecf1c55;hp=2920832b17032f061448bca127026f3a21c639cd;hpb=e6fc26ab18d1409c490c859398fc5fca71d0518b;p=sdc.git diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml index 2920832b17..9aa5f54988 100644 --- a/openecomp-ui/pom.xml +++ b/openecomp-ui/pom.xml @@ -1,201 +1,204 @@ - 4.0.0 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + 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 - onboarding-fe - onboarding-ui-war - war - - - org.openecomp.sdc - sdc-onboarding - 1.1.0-SNAPSHOT - ../onboarding - - - - 3.0.0 - - - - - - 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 - - - ${project.parent.parent.basedir} - - - - - - install node and npm - - install-node-and-npm - - - v6.9.5 - 3.10.10 - - + onboarding-fe + onboarding-ui-war + war - - npm set progress off - - npm - - - set progress=false - - - - - npm install in dox-sequence-diagram-ui - - npm - - - ${project.basedir}/../dox-sequence-diagram-ui - - install - - - - - - npm restful-js - - npm - - - install restful-js - - - - npm install restful-js dependencies - - npm - - - ${project.basedir}/node_modules/restful-js - - install --production - - - - - npm install - - npm - - - install - - - - - npm run build - - npm - - - run build -- --version=${project.version} - - - - - - - maven-antrun-plugin - - - repack war - prepare-package - - - - - - - - - - - - run - - - - - - - org.apache.maven.plugins - maven-war-plugin - ${maven.war.plugin.version} - - - - ${basedir}/target/dist - - - - - - org.apache.maven.plugins - maven-war-plugin - ${maven.war.plugin.version} - - webapp-onboarding\WEB-INF\web.xml - - - external-resources/healthcheck - - v1.0/healthcheck - - - - - - - + + org.openecomp.sdc + sdc-onboarding + 1.13.4-SNAPSHOT + ../onboarding + + + + onboarding + + + + + + + + + + jest-windows-profile + + + windows + + + + --runInBand + + + + + + + org.apache.maven.plugins + maven-clean-plugin + + + clean.dist.folder + clean + + clean + + + + + ${basedir}/dist + + + ${basedir}/coverage + + + ${basedir}/../dox-sequence-diagram-ui/dist + + + + + + clean.nodemodules.folder + clean + + clean + + + ${skipUICleanup} + + + ${basedir}/node_modules + + + ${basedir}/../dox-sequence-diagram-ui/node_modules + + + + + + + + + + + + + com.github.eirslett + frontend-maven-plugin + + ${project.parent.parent.basedir} + + + + + + install node and yarn + + install-node-and-yarn + + + v14.17.1 + v1.19.1 + + + + + yarn install in dox-sequence-diagram-ui + + yarn + + + ${project.basedir}/../dox-sequence-diagram-ui + install + + + + yarn build in dox-sequence-diagram-ui + + yarn + + + ${project.basedir}/../dox-sequence-diagram-ui + false + build + + + + + yarn install + + yarn + + + install + + + + + yarn build + + yarn + + + false + build --version=${project.version} --env.version=${project.version} --env.language=en + + + + ui test + + yarn + + + false + test-build ${jest.command} + ${maven.test.skip} + + + test + + + + + + org.apache.maven.plugins + maven-war-plugin + + + + ${basedir}/dist + + *.html + *.js + + + + ${basedir}/src + + **/*.json + + + + ${basedir}/external-resources/healthcheck/ + v1.0 + true + + healthcheck + + + + ${basedir}/webapp-onboarding + true + + + + + +