From ef1375ea463ef6b0adc85b28b9906f64e6b4adb6 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 27 Oct 2020 15:47:22 -0400 Subject: [PATCH] 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 (cherry picked from commit e7d7b10533446a24a725e50f0d34e7e719ddfdd7) --- tutorials/tutorial-enforcement/pom.xml | 11 +++++++++++ tutorials/tutorial-xacml-application/pom.xml | 7 +++++++ 2 files changed, 18 insertions(+) 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 + + -- 2.16.6