diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-11-19 10:04:57 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-11-19 10:05:34 -0600 |
commit | 2852ea6e6d7a7d368f1c593c1cfbec0b4735c1bb (patch) | |
tree | ee9809ed14582bba89800881e63b1990f0328489 | |
parent | c0856253027668067b85890d9e065872e5a81481 (diff) |
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
-rw-r--r-- | packages/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/pom.xml b/packages/pom.xml index 1e1bce14..b57b6cb9 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> |