diff options
author | mmis <michael.morris@ericsson.com> | 2018-09-05 10:35:44 +0100 |
---|---|---|
committer | mmis <michael.morris@ericsson.com> | 2018-09-05 11:16:04 +0100 |
commit | 461cafda67a99f4cc27ea41539d1748b6c87a79c (patch) | |
tree | fce1915efb9c15fbc2e4321733515252e1c78e4d /pom.xml | |
parent | 552a6f387e451af03ae120ddd056aeaf4d70f878 (diff) |
Generate docker image for policy distribution
Added generation of tarball of policy distribution jars and generation of
docker image using the tarball
Issue-ID: POLICY-923
Change-Id: I9e38143fee864b765fbfd567c7e52bc7b0be2c9a
Signed-off-by: mmis <michael.morris@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ <module>reception</module> <module>forwarding</module> <module>plugins</module> + <module>packages</module> </modules> <dependencies> |