From 027d34b558876f78681c79715466b5b612004339 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 29 Oct 2020 08:57:09 -0400 Subject: Update Tutorial Documentation Point to actual code and remove the eclipse instructions as developers should look elsewhere for these instructions. Adding enforcement tutorial. Issue-ID: POLICY-2876 Change-Id: I793c1fae72f832afe7098be57a94f4929e9deb9a Signed-off-by: Pamela Dragosh --- docs/xacml/tutorial/app/pom.xml | 106 ---------------------------------------- 1 file changed, 106 deletions(-) delete mode 100644 docs/xacml/tutorial/app/pom.xml (limited to 'docs/xacml/tutorial/app/pom.xml') diff --git a/docs/xacml/tutorial/app/pom.xml b/docs/xacml/tutorial/app/pom.xml deleted file mode 100644 index 380ee512..00000000 --- a/docs/xacml/tutorial/app/pom.xml +++ /dev/null @@ -1,106 +0,0 @@ - - - - 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 - - - - - - - -- cgit 1.2.3-korg