aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-07-19 18:45:16 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-07-19 21:37:59 +0100
commit3d02543fc00a46da2da8f682f71b538ca2fd36e5 (patch)
treef31f40279c7d00505b10bf5f7000712ea2e0c879 /pom.xml
parentab64a570730f3645939a33e06487c2477f1314de (diff)
Adding examples module to apex-pdp
Adding examples (MyFirstPolicy, AADM, Adaptive, PCVS) to apex-pdp so that anyone can try out running few sample policies and understand how to create and run policies in apex-pdp. Change-Id: I0dff6d54ef94d8b5bdb63eabcb09e9f64d76fd0c Issue-ID: POLICY-861 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b983c6cf6..f8d8a5587 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,8 +159,9 @@
<module>auth</module>
<module>services</module>
<module>plugins</module>
- <module>packages</module>
+ <module>examples</module>
<module>testsuites</module>
+ <module>packages</module>
<module>client</module>
<module>tools</module>
</modules>