From ce63c402be2f4c5e437eefa1cbe327c3a9d0caad Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 19 Jul 2018 14:27:17 +0100 Subject: Initial module structure for Policy Distribution This submission defines the initial module strucutre for the distribution component in the ONAP Policy Framework. The structure is documented here: https://wiki.onap.org/display/DW/Policy+Platform+-+SDC+Service+Distribution+Software+Architecture Change-Id: I0adbffbcd598250cb9a0b8ce07806e564bf83a85 Issue-ID: POLICY-922 Signed-off-by: liamfallon --- main/main-parameters/pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 main/main-parameters/pom.xml (limited to 'main/main-parameters/pom.xml') diff --git a/main/main-parameters/pom.xml b/main/main-parameters/pom.xml new file mode 100644 index 00000000..32955b9a --- /dev/null +++ b/main/main-parameters/pom.xml @@ -0,0 +1,35 @@ + + + 4.0.0 + + org.onap.policy.distribution.main + main + 2.0.0-SNAPSHOT + + + main-parameters + ${project.artifactId} + [${project.parent.artifactId}] module carries out parameter handling for policy distribution + + + + -- cgit 1.2.3-korg ut type='hidden' name='id' value='f37f5bc507388cb72aad75d0208ce06c4b9a6c57'/>
blob: 98bd56dec6d5f89b64ac669f2e0a89bf773f0ab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Copyright (c) 2017 Open Network Automation Platform and contributors

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License. 
 You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, 
 software distributed under the License is distributed on an 
 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
 either express or implied. See the License for the specific 
 language governing permissions and limitations under the License.