From 27ccaec0cf15ac8270cf764bd621c35777043109 Mon Sep 17 00:00:00 2001 From: Christian Kadner Date: Tue, 26 Jul 2016 20:37:22 -0700 Subject: [PATCH] [BAHIR-38] clean Ivy cache during Maven install phase --- pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/pom.xml b/pom.xml index 0b429fb0..f0768019 100644 --- a/pom.xml +++ b/pom.xml @@ -944,6 +944,37 @@ + + org.apache.maven.plugins + maven-clean-plugin + + + + cleanup-ivy-cache + install + + clean + + + false + true + + + ${user.home}/.ivy2/cache/${project.groupId}/${project.artifactId} + + *-${project.version}.* + jars/${project.build.finalName}.jar + + + + + + +