Build tar.gz without requiring docker image build 13/98613/1
authorjhh <jorge.hernandez-herrero@att.com>
Tue, 19 Nov 2019 16:00:43 +0000 (10:00 -0600)
committerjhh <jorge.hernandez-herrero@att.com>
Tue, 19 Nov 2019 16:02:40 +0000 (10:02 -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: I1e35705c60b7daa86364dd9ca308a6b6708f4ae5

packages/pom.xml

index d077ec1..b935241 100644 (file)
@@ -37,6 +37,9 @@
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
+            <modules>
+                <module>policy-api-tarball</module>
+            </modules>
         </profile>
         <profile>
             <id>docker</id>