aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2019-11-19 16:50:31 -0600
committerjhh <jorge.hernandez-herrero@att.com>2019-11-19 16:50:31 -0600
commit1d92c58aa816ad1f0ef3e698a3526c8a25b39fd9 (patch)
tree8a86d74a76d2e508bab458ab7adc0a780792e076 /packages
parent89ef1958121b877e990ff8755f9087cd306d4b4c (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: I7a6a2fa109328f9e479af019198877fd6421ede5
Diffstat (limited to 'packages')
-rw-r--r--packages/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/pom.xml b/packages/pom.xml
index d152ad9fb..f151c90e5 100644
--- a/packages/pom.xml
+++ b/packages/pom.xml
@@ -38,6 +38,10 @@
<activation>
<activeByDefault>true</activeByDefault>
</activation>
+ <modules>
+ <module>base</module>
+ <module>install</module>
+ </modules>
</profile>
<profile>
<id>docker</id>