From 9359e032f879b383fea7d4f6c898c30033ab5edb Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Mon, 13 Dec 2021 15:08:55 +0100 Subject: [PATCH] Add pom file for webapp-frontend Issue-ID: NONRTRIC-656 Signed-off-by: elinuxhenrik Change-Id: Iaa8d7207f6093d557d754c2ff1b400152bee8b8d --- webapp-frontend/pom.xml | 100 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 webapp-frontend/pom.xml diff --git a/webapp-frontend/pom.xml b/webapp-frontend/pom.xml new file mode 100644 index 0000000..102a386 --- /dev/null +++ b/webapp-frontend/pom.xml @@ -0,0 +1,100 @@ + + + + 4.0.0 + org.o-ran-sc.nonrtric + nonrtric-controlpanel + 2.3.0-SNAPSHOT + Nonrtric Controlpanel + Nonrtric Controlpanel + + + 0.30.0 + + + + + + io.fabric8 + docker-maven-plugin + ${docker-maven-plugin.version} + false + + + generate-nonrtric-controlpanel-image + package + + build + + + ${env.CONTAINER_PULL_REGISTRY} + + + o-ran-sc/nonrtric-controlpanel:${project.version} + + try + ${basedir} + Dockerfile + + ${project.build.finalName}.jar + + + ${project.version} + + + + + + + + push-nonrtric-controlpanel-image + + build + push + + + ${env.CONTAINER_PULL_REGISTRY} + ${env.CONTAINER_PUSH_REGISTRY} + + + o-ran-sc/nonrtric-controlpanel:${project.version} + + ${basedir} + Dockerfile + + ${project.build.finalName}.jar + + + ${project.version} + latest + + + + + + + + + + + -- 2.16.6