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 --- client/client-deployment/pom.xml | 109 ++++++--------------------------------- 1 file changed, 15 insertions(+), 94 deletions(-) (limited to 'client/client-deployment/pom.xml') diff --git a/client/client-deployment/pom.xml b/client/client-deployment/pom.xml index 149410a46..03e189953 100644 --- a/client/client-deployment/pom.xml +++ b/client/client-deployment/pom.xml @@ -1,7 +1,7 @@