From 37d8ade146096bf343f494163a528f75b2161095 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 30 Jul 2018 16:58:54 +0100 Subject: Add start and parameter handling Add startup code, command line parsing, service start, and parameter handling for the policy distribution service. Issue-ID: POLICY-922 Change-Id: Ie664aba6541304cf9b635541e9688c681b24952d Signed-off-by: liamfallon --- plugins/pom.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 plugins/pom.xml (limited to 'plugins') diff --git a/plugins/pom.xml b/plugins/pom.xml new file mode 100644 index 00000000..0776f2fb --- /dev/null +++ b/plugins/pom.xml @@ -0,0 +1,34 @@ + + + 4.0.0 + + org.onap.policy.distribution + policy-distribution + 2.0.0-SNAPSHOT + + + plugins + + ${project.artifactId} + The module of Policy Distribution that holds plugins for custom policy reception and forwarding. + pom + -- cgit 1.2.3-korg