Build tar.gz without requiring docker image build 37/98637/1
authorjhh <jorge.hernandez-herrero@att.com>
Tue, 19 Nov 2019 22:50:31 +0000 (16:50 -0600)
committerjhh <jorge.hernandez-herrero@att.com>
Tue, 19 Nov 2019 22:50:31 +0000 (16:50 -0600)
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

packages/pom.xml

index d152ad9..f151c90 100644 (file)
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
+            <modules>
+                <module>base</module>
+                <module>install</module>
+            </modules>
         </profile>
         <profile>
             <id>docker</id>