From f94d7521936e66febee983ee7633aacaaf9d7390 Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Tue, 5 Jun 2018 16:18:01 +0100 Subject: Adding apex plugins/plugins-context modules Change-Id: I36fc295ffbd22661bf8bd091bfb20ebf6dcc7f5e Issue-ID: POLICY-862 Signed-off-by: waqas.ikram --- plugins/plugins-context/pom.xml | 104 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 plugins/plugins-context/pom.xml (limited to 'plugins/plugins-context/pom.xml') diff --git a/plugins/plugins-context/pom.xml b/plugins/plugins-context/pom.xml new file mode 100644 index 000000000..7be78433f --- /dev/null +++ b/plugins/plugins-context/pom.xml @@ -0,0 +1,104 @@ + + + 4.0.0 + + org.onap.policy.apex-pdp.plugins + plugins + 2.0.0-SNAPSHOT + + + org.onap.policy.apex-pdp.plugins.plugins-context + plugins-context + pom + + ${project.artifactId} + Plugins for 3pps that distribute context + + + + org.onap.policy.apex-pdp.context + context-management + ${project.version} + + + + + + apexDefault + + true + + + context-schema + context-distribution + context-locking + context-persistence + + + + apexTests + + + apexTests + + + + context-schema + context-distribution + context-locking + context-persistence + plugins-context-test + + + + apexMetrics + + + apexMetrics + + + + context-schema + context-distribution + context-locking + context-persistence + context-metrics + + + + apexAll + + + apexAll + + + + context-schema + context-distribution + context-locking + context-persistence + plugins-context-test + context-metrics + + + + \ No newline at end of file -- cgit 1.2.3-korg