X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fxacml%2Ftutorial%2Fapp%2Fpom.xml;h=380ee512c345eaad4b50a809257e14e4de253683;hb=a242769ab10a570c7452023dcaa59d8ecefccc49;hp=bf8683a59a766acd3309b8e6d2c68a36a936fbf1;hpb=0b3efb8634b0f13fd43735312c00589dec4edb17;p=policy%2Fparent.git diff --git a/docs/xacml/tutorial/app/pom.xml b/docs/xacml/tutorial/app/pom.xml index bf8683a5..380ee512 100644 --- a/docs/xacml/tutorial/app/pom.xml +++ b/docs/xacml/tutorial/app/pom.xml @@ -1,29 +1,106 @@ + + - 4.0.0 - - org.onap.policy.tutorial - tutorial - 0.0.1-SNAPSHOT - - tutorial - - - UTF-8 - - - - - junit - junit - 4.12 - test - - - org.onap.policy.xacml-pdp.applications - common - 2.1.0-SNAPSHOT - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.onap.policy.tutorial + tutorial + 0.0.1-SNAPSHOT + jar + + tutorial + + + UTF-8 + + + + + junit + junit + 4.13 + test + + + org.onap.policy.xacml-pdp.applications + common + 2.2.2 + + + org.onap.policy.xacml-pdp + xacml-test + 2.2.2 + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 11 + + + + io.fabric8 + docker-maven-plugin + 0.33.0 + + true + + + onap/policy-xacml-tutorial + xacml-pdp + + ${project.basedir}/src/main/docker + + artifact-with-dependencies + + + + + + + + clean-images + pre-clean + + remove + + + + + generate-images + package + + build + + + + + +