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
diff --git a/packages/pom.xml b/packages/pom.xml
index d152ad9..f151c90 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>