diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-11-19 16:46:15 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-11-19 16:46:15 -0600 |
commit | e8b7873d43a6f0e01f8bb0385dff3deac3929d3c (patch) | |
tree | 8e88aebb60dcfc30416689754fde31f453a0e2b0 /packages/pom.xml | |
parent | 5a179389c876a7c2a9a3126ab7ba18bf7e905714 (diff) |
Build tar.gz without requiring docker image build
This allows the tar.gz to be released by LF jobs.
Change-Id: Iae827268a69fa4ebde75892debb3c36443b288ea
Issue-ID: POLICY-2250
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'packages/pom.xml')
-rw-r--r-- | packages/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/pom.xml b/packages/pom.xml index b6b645fa..6760eab3 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -37,6 +37,9 @@ <activation> <activeByDefault>true</activeByDefault> </activation> + <modules> + <module>policy-distribution-tarball</module> + </modules> </profile> <profile> <id>docker</id> |