summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-07-19 14:27:17 +0100
committerliamfallon <liam.fallon@ericsson.com>2018-07-20 11:07:05 +0100
commitce63c402be2f4c5e437eefa1cbe327c3a9d0caad (patch)
treed88ded25abda88fe368992a763dd75028441e406 /pom.xml
parente90a9d4ab9e958dfe443f67738be82d4c19a2dd2 (diff)
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 <liam.fallon@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a1270eba..116d7436 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,9 @@
<description>Code that implements our integration with SDC service distribution API.</description>
<modules>
+ <module>main</module>
+ <module>reception</module>
+ <module>forwarding</module>
</modules>
<distributionManagement>