X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tutorials%2Ftutorial-xacml-application%2Fpom.xml;h=fb2ae84111ae0eaae9a64767c41d45bffbc76a05;hb=a839940feaf9fd1876d6ecda67857d8aba614570;hp=b0c3f4f81b14dab2fa42f636f7e9f8092ffdaa2f;hpb=d0c4758816f3621f48d973802904982834fc4640;p=policy%2Fxacml-pdp.git diff --git a/tutorials/tutorial-xacml-application/pom.xml b/tutorials/tutorial-xacml-application/pom.xml index b0c3f4f8..fb2ae841 100644 --- a/tutorials/tutorial-xacml-application/pom.xml +++ b/tutorials/tutorial-xacml-application/pom.xml @@ -3,6 +3,7 @@ ONAP Policy Engine - XACML Application Tutorial ================================================================================ Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2022-2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -18,91 +19,113 @@ ============LICENSE_END========================================================= --> - - 4.0.0 + + 4.0.0 - - org.onap.policy.xacml-pdp - xacml-tutorials - 2.6.2-SNAPSHOT - + + org.onap.policy.xacml-pdp + xacml-tutorials + 3.1.2 + - org.onap.policy.tutorial.xacml-application - tutorial-xacml-application - jar + jar + org.onap.policy.tutorial.xacml-application + tutorial-xacml-application + tutorial-xacml-application + Policy XACML-PDP tutorial - tutorial-xacml-application + + UTF-8 + UTF-8 + ${project.version} + false + false + false + ${project.basedir}/src/main/docker + yyyyMMdd'T'HHmm + - - - true - + + + org.onap.policy.xacml-pdp.applications + common + ${project.version} + + + org.onap.policy.xacml-pdp + xacml-test + ${project.version} + test + + - - - org.onap.policy.xacml-pdp.applications - common - ${project.version} - - - org.onap.policy.xacml-pdp - xacml-test - ${project.version} - test - - - - - - docker - - - - io.fabric8 - docker-maven-plugin - - true - - - onap/policy-xacml-tutorial - xacml-pdp - - ${project.basedir}/src/main/docker - - artifact-with-dependencies - - - - - - - - clean-images - pre-clean - - remove - - - - generate-images - package - - build - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - - + + + docker + + + + io.fabric8 + docker-maven-plugin + + true + 1.23 + ${docker.pull.registry} + ${docker.push.registry} + + + onap/policy-xacml-tutorial + + try + Dockerfile + ${docker.contextDir} + + ${project.version} + ${project.version}-${maven.build.timestamp} + ${project.docker.latest.minmax.tag.version} + + ${project.basedir}/src/main/docker + + artifact-with-dependencies + + + ${project.name} + ${project.version} + + + + + + + + clean-images + pre-clean + + remove + + + true + + + + generate-images + package + + build + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + +