X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-frontend%2Fpom.xml;fp=dashboard%2Fwebapp-frontend%2Fpom.xml;h=c10fe174c6d4b71ac7cefc4f709fd4a50708182c;hb=64a5e9470799236f0af4ce2df98f77c94eb1bed3;hp=0000000000000000000000000000000000000000;hpb=a0180adc6a1e1ec09472549596428b70d48db3fc;p=portal%2Fric-dashboard.git diff --git a/dashboard/webapp-frontend/pom.xml b/dashboard/webapp-frontend/pom.xml new file mode 100644 index 00000000..c10fe174 --- /dev/null +++ b/dashboard/webapp-frontend/pom.xml @@ -0,0 +1,113 @@ + + + + 4.0.0 + + org.o-ran-sc.portal.ric-dashboard + ric-dash-parent + 2.0.0-SNAPSHOT + + ric-dash-fe + RIC Dashboard Webapp frontend + + + + + org.codehaus.mojo + license-maven-plugin + + + e2e + src + + + **/*.json + + + + + com.github.eirslett + frontend-maven-plugin + 1.3 + + v10.15.3 + 6.7.0 + . + + + + install node and npm + + install-node-and-npm + + + + npm install + + npm + + + + npm run build + + npm + + + run build + + + + prod + + npm + + + run-script build + + generate-resources + + + + + org.apache.maven.plugins + maven-clean-plugin + + + + ${project.basedir} + + **/node_modules/** + dist/** + node/** + + false + + + node + + + + + + +