From 2852ea6e6d7a7d368f1c593c1cfbec0b4735c1bb Mon Sep 17 00:00:00 2001 From: jhh Date: Tue, 19 Nov 2019 10:04:57 -0600 Subject: [PATCH] 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 Change-Id: I601afea6c3c5c0df76685e91c0604b7a972ac552 --- packages/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 @@ true + + policy-pap-tarball + docker @@ -51,4 +54,4 @@ - \ No newline at end of file + -- 2.16.6