Build tar.gz without requiring docker image build 35/98635/1
authorjhh <jorge.hernandez-herrero@att.com>
Tue, 19 Nov 2019 22:46:15 +0000 (16:46 -0600)
committerjhh <jorge.hernandez-herrero@att.com>
Tue, 19 Nov 2019 22:46:15 +0000 (16:46 -0600)
This allows the tar.gz to be released by LF jobs.

Change-Id: Iae827268a69fa4ebde75892debb3c36443b288ea
Issue-ID: POLICY-2250
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
packages/pom.xml

index b6b645f..6760eab 100644 (file)
@@ -37,6 +37,9 @@
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
+            <modules>
+                <module>policy-distribution-tarball</module>
+            </modules>
         </profile>
         <profile>
             <id>docker</id>