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: I5c4aa52b6cd599b3b4a8f537d927631a14036dfc
diff --git a/packages/pom.xml b/packages/pom.xml
index bd1c27c..a90a4ae 100644
--- a/packages/pom.xml
+++ b/packages/pom.xml
@@ -53,6 +53,9 @@
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
+            <modules>
+                <module>apex-pdp-package-full</module>
+            </modules>
         </profile>
         <profile>
             <id>docker</id>