From 9aa62b777ddcd25665fdc1544934c133e0124230 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 25 Mar 2020 12:09:54 +0000 Subject: Reduce size of client artifacts This change: - Removes separate packaging of the three clients - Reduces the size of the combined client by suppressing unused dependencies - Removes the Servlet code from the Docker packaging - Removes the client WARs from the docker package Issue-ID: POLICY-2443 Change-Id: If0a0c2dddc3f05f2815b84ae04fcc029b1c4fe08 Signed-off-by: liamfallon --- .../src/main/package/tarball/assembly.xml | 24 ++++------------------ 1 file changed, 4 insertions(+), 20 deletions(-) (limited to 'packages/apex-pdp-package-full/src/main/package/tarball') diff --git a/packages/apex-pdp-package-full/src/main/package/tarball/assembly.xml b/packages/apex-pdp-package-full/src/main/package/tarball/assembly.xml index 5101821ed..a5d25593c 100644 --- a/packages/apex-pdp-package-full/src/main/package/tarball/assembly.xml +++ b/packages/apex-pdp-package-full/src/main/package/tarball/assembly.xml @@ -1,19 +1,20 @@ @@ -33,15 +34,6 @@ *:jar - - true - war - false - runtime - - *:war - - @@ -110,13 +102,5 @@ *.formatted - - - ${project.build.directory}/etc - - readme_examples-servlet.txt - - war - -- cgit 1.2.3-korg