From 83c3b9469acb4b10c6ed8556aa2267c32bccc96e Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Mon, 18 Jul 2016 19:27:34 +0100 Subject: [PATCH] Add clean plugin version --- installer/pom.xml | 4 ++++ pom.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/installer/pom.xml b/installer/pom.xml index 9fc5f2ee..f297d2a3 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -44,6 +44,10 @@ maven-antrun-plugin 1.8 + + maven-clean-plugin + 3.0.0 + maven-assembly-plugin 2.5.5 diff --git a/pom.xml b/pom.xml index 641fb1ca..3be53931 100644 --- a/pom.xml +++ b/pom.xml @@ -240,6 +240,10 @@ maven-assembly-plugin 2.5.5 + + maven-clean-plugin + 3.0.0 + org.apache.maven.plugins maven-compiler-plugin