From b434285fa9b389a7a14992373a19a57ee18d851c Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Sun, 26 Jun 2016 15:45:16 +0100 Subject: [PATCH] Clean overlays from web apps --- installer/solr/pom.xml | 10 ++++++++++ installer/webapp/pom.xml | 12 +++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/installer/solr/pom.xml b/installer/solr/pom.xml index 6f2466f0..60abe9ef 100644 --- a/installer/solr/pom.xml +++ b/installer/solr/pom.xml @@ -121,6 +121,16 @@ true + + maven-clean-plugin + + + + overlays + + + + diff --git a/installer/webapp/pom.xml b/installer/webapp/pom.xml index 16ce72af..3ec6943f 100644 --- a/installer/webapp/pom.xml +++ b/installer/webapp/pom.xml @@ -58,7 +58,7 @@ - pinstall + install tomcat-dir @@ -122,6 +122,16 @@ true + + maven-clean-plugin + + + + overlays + + + +