X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp-frontend%2Fpom.xml;h=0b1415244d76e23c92efdcb5b477d2631693472e;hb=e473a3b625a8504f9fc62148e6d4159ec4e1cca9;hp=f3a10770353769b664740a2ec8be8e4615179401;hpb=1be62afd8d8878dbeab21652b0e0fc1dfeee9d6c;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/pom.xml b/webapp-frontend/pom.xml index f3a1077..0b14152 100644 --- a/webapp-frontend/pom.xml +++ b/webapp-frontend/pom.xml @@ -1,100 +1,100 @@ - + + 4.0.0 + org.o-ran-sc.nonrtric + nonrtric-controlpanel + 2.6.0-SNAPSHOT + Nonrtric Controlpanel + NonRTRIC Controlpanel - http://www.apache.org/licenses/LICENSE-2.0 + + 0.30.0 + -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -========================LICENSE_END=================================== -]]>--> - - 4.0.0 - - org.o-ran-sc.portal.nonrtric.controlpanel - nonrtric-controlpanel-parent - 2.2.0-SNAPSHOT - - nonrtric-controlpanel-fe - Non-RT RIC Control Panel Webapp frontend - - - - 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 - - - - - - + + + + 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 + + + + + + + + + +