X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=openecomp-ui%2Fpom.xml;h=7d19a65187c0c38d3ae13007389ce0b18beae953;hb=0560a3a55dd2ba8fe1af6aeed425dad09c7f7261;hp=a5eaeef39adc49bffa20ee63c910fa4f895cecff;hpb=7546f82faef6602c0ec666ec6befc647cf3521b8;p=sdc.git diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml index a5eaeef39a..7d19a65187 100644 --- a/openecomp-ui/pom.xml +++ b/openecomp-ui/pom.xml @@ -1,185 +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.2.0-SNAPSHOT - ../onboarding - - - - 3.0.0 - - - - - - maven-clean-plugin - 2.6.1 - - - clean.dist.folder - clean - - clean - - - - - ${basedir}/dist - - - - - - ${basedir}/../dox-sequence-diagram-ui/dist - - - - - - - - - - - - - - - - - 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.openecomp.sdc + sdc-onboarding + 1.13.6-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 + + + + + +