From: Pamela Dragosh Date: Tue, 27 Oct 2020 19:47:22 +0000 (-0400) Subject: Do not deploy tutorial code X-Git-Tag: 2.4.0~19 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e7d7b10533446a24a725e50f0d34e7e719ddfdd7;p=policy%2Fxacml-pdp.git Do not deploy tutorial code The tutorial code is really only for developers to kick the tires, no need to deploy it to the repositories. Since we do not have rights to onap.policy.tutorials, any deployment will fail. Issue-ID: POLICY-2876 Change-Id: I61b91e090d8a517a24de5e87e08c016fcc54e6b0 Signed-off-by: Pamela Dragosh --- diff --git a/tutorials/tutorial-enforcement/pom.xml b/tutorials/tutorial-enforcement/pom.xml index d4065a53..baf6974f 100644 --- a/tutorials/tutorial-enforcement/pom.xml +++ b/tutorials/tutorial-enforcement/pom.xml @@ -52,5 +52,16 @@ ${policy.common.version} + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + diff --git a/tutorials/tutorial-xacml-application/pom.xml b/tutorials/tutorial-xacml-application/pom.xml index aa776a8d..d523340c 100644 --- a/tutorials/tutorial-xacml-application/pom.xml +++ b/tutorials/tutorial-xacml-application/pom.xml @@ -94,6 +94,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + +