X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=catalog-ui%2Fpom.xml;h=b72aa6fc721b6640188aef2e65f9d267af7a4bf7;hb=9dcb6f393bfc76237cca809b39d5034afecf1c55;hp=101537e4c2191934849ff8e630211397b66ee8fc;hpb=fdb69b5446d02bf4147561dffcc4f044fd4c2f6a;p=sdc.git diff --git a/catalog-ui/pom.xml b/catalog-ui/pom.xml index 101537e4c2..b72aa6fc72 100644 --- a/catalog-ui/pom.xml +++ b/catalog-ui/pom.xml @@ -1,251 +1,174 @@ - - - 4.0.0 - - org.openecomp.sdc - catalog-ui - pom - - - - org.openecomp.sdc - sdc-main - 1.0.0-SNAPSHOT - - - - - - - - - - - - maven-clean-plugin - 2.6.1 - - - clean.fe.webapp.folder - initialize - - clean - - - - - - ${project.parent.basedir}/catalog-fe/src/main/webapp - - **/* - * - - - META-INF/* - WEB-INF/* - - false - - - - - - - - - com.github.eirslett - frontend-maven-plugin - 1.3 - - v7.5.0 - https://nodejs.org/dist/ - https://nodejs.org/dist/npm/ - ./ - - - - install node and npm - - install-node-and-npm - - generate-resources - - - - npm install bower - - npm - - - generate-resources - - - install bower - - - - - npm install grunt-cli - - npm - - - generate-resources - - - install grunt-cli - - - - - npm install - - npm - - - generate-resources - - - install - - - - - bower install - - bower - - - - install - - - - - grunt build - - grunt - - - generate-resources - - - build - - - - - - - - maven-resources-plugin - 2.7 - - - copy-resources - package - - copy-resources - - - ${project.parent.basedir}/catalog-fe/src/main/webapp - - - ${project.basedir}/app/dist - false - - - - - - - - - - - - WINDOWS_ONLY - - - Windows - - - - - - - exec-maven-plugin - org.codehaus.mojo - 1.4.0 - - - execute grant build - generate-sources - - exec - - - build_catalog_ui.bat - ${basedir} - - - - - - - - - - - not-minified - - false - - - - - - maven-resources-plugin - 2.7 - - - copy-resources - package - - copy-resources - - - ${project.parent.basedir}/catalog-fe/src/main/webapp - - - ${project.basedir}/app - - languages/** - scripts/** - styles/** - third-party/** - index.html - robots.txt - favicon.png - - false - - - ${project.basedir} - - bower_components/** - - false - - - - - - - - - - + + + 4.0.0 + + catalog-ui + pom + + + org.openecomp.sdc + sdc-main + 1.13.4-SNAPSHOT + + + + ${project.basedir}/node/node + src/app/ng2 + + + + + + org.apache.maven.plugins + maven-clean-plugin + + + clean.fe.webapp.folder + initialize + + clean + + + + + ${project.parent.basedir}/catalog-fe/src/main/webapp + + **/* + * + + + META-INF/* + WEB-INF/* + + false + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + + + copy-resources + package + + copy-resources + + + ${project.parent.basedir}/catalog-fe/src/main/webapp + + + + ${project.basedir}/dist + false + + + + + + + + com.github.eirslett + frontend-maven-plugin + 1.12.0 + + ${project.basedir} + ${npm.registry} + + + + + install node and npm + + install-node-and-npm + + + + v14.17.1 + 6.14.13 + + + + + npm set progress off + + npm + + + set progress=false + + + + + npm install + + npm + + + + install + + + + + npm run build + + npm + + + run build:prod + + + + + npm_test + + npm + + test + + test + ${maven.test.skip} + + + + + + com.github.sylvainlaurent.maven + yaml-json-validator-maven-plugin + + + validate + validate + + validate + + + + + + src/main/resources/**/*.y*ml + src/test/resources/**/*.y*ml + + + + + src/main/resources/**/*.json + src/test/resources/**/*.json + + + + ${skipYamlJsonValidator} + + + + + + + -