diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-11-19 16:43:00 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-11-19 16:43:39 -0600 |
commit | 319256b6c1b9fc47be4bf11b06658b56045452c3 (patch) | |
tree | 7e21bd40b6be5c569100c59cfbc6f1ef011fb5e3 /controlloop | |
parent | 9398165f5c35e686e2570c68cd0eb4a2e9254a02 (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: I0e12b05c051e12728b9b646838ce0b54579f8009
Diffstat (limited to 'controlloop')
-rw-r--r-- | controlloop/packages/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/controlloop/packages/pom.xml b/controlloop/packages/pom.xml index 9c5a99a95..2e8b1fbaf 100644 --- a/controlloop/packages/pom.xml +++ b/controlloop/packages/pom.xml @@ -38,6 +38,11 @@ <activation> <activeByDefault>true</activeByDefault> </activation> + <modules> + <module>basex-controlloop</module> + <module>artifacts-controlloop</module> + <module>apps-controlloop</module> + </modules> </profile> <profile> <id>docker</id> |