Build tar.gz without requiring docker image build 36/98636/3
authorjhh <jorge.hernandez-herrero@att.com>
Tue, 19 Nov 2019 22:48:24 +0000 (16:48 -0600)
committerRam Krishna Verma <ram.krishna.verma@est.tech>
Fri, 22 Nov 2019 10:49:43 +0000 (10:49 +0000)
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: I5c4aa52b6cd599b3b4a8f537d927631a14036dfc

packages/pom.xml

index bd1c27c..a90a4ae 100644 (file)
@@ -53,6 +53,9 @@
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
+            <modules>
+                <module>apex-pdp-package-full</module>
+            </modules>
         </profile>
         <profile>
             <id>docker</id>