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: I601afea6c3c5c0df76685e91c0604b7a972ac552
diff --git a/packages/pom.xml b/packages/pom.xml
index 1e1bce1..b57b6cb 100644
--- a/packages/pom.xml
+++ b/packages/pom.xml
@@ -39,6 +39,9 @@
<activation>
<activeByDefault>true</activeByDefault>
</activation>
+ <modules>
+ <module>policy-pap-tarball</module>
+ </modules>
</profile>
<profile>
<id>docker</id>
@@ -51,4 +54,4 @@
</properties>
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>