diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-11-19 10:00:43 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-11-19 10:02:40 -0600 |
commit | d9f395e503ed6cd01e7af3b0ee8cc0f360865c88 (patch) | |
tree | b811daf3292d97664de7c82f368e284020a347bc | |
parent | 304afadb59bdc83c25df315dbf16bd217b0ba5de (diff) |
Build tar.gz without requiring docker image build
This allows the tar.gz to be released by LF jobs.
Issue-ID: POLICY-2250
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I1e35705c60b7daa86364dd9ca308a6b6708f4ae5
-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 d077ec11..b9352419 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -37,6 +37,9 @@ <activation> <activeByDefault>true</activeByDefault> </activation> + <modules> + <module>policy-api-tarball</module> + </modules> </profile> <profile> <id>docker</id> |