From cf6a5c7c5a4f33ec3917354281bf91c45f1c84eb Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Fri, 20 Sep 2013 19:31:44 +0800 Subject: [PATCH] Fix a bug in the pom where the target and dist directory would not be removed during a clean --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index cb4dd1d0943..46a627158f4 100644 --- a/pom.xml +++ b/pom.xml @@ -439,6 +439,13 @@ **/* + + ${basedir} + + ${cs.target.dir} + dist + +