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 +++++------------------------------ client/client-editor/pom.xml | 121 +++++++++------------------------------ client/client-full/pom.xml | 12 +--- client/client-monitoring/pom.xml | 109 +++++------------------------------ 4 files changed, 58 insertions(+), 293 deletions(-) (limited to 'client') 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 @@ install ${project.build.directory}/classes diff --git a/client/client-monitoring/pom.xml b/client/client-monitoring/pom.xml index bd9893bef..f9e10de85 100644 --- a/client/client-monitoring/pom.xml +++ b/client/client-monitoring/pom.xml @@ -1,7 +1,7 @@