From 324c61a7be5f0c0c3a331cbc1681346403df2bcc Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 23 Aug 2011 14:46:03 +0000 Subject: [PATCH] take care of cleaning redback database : it can cause failure due to account locked ! git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160717 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-rest/archiva-rest-services/pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml index b6c7e8ccc..912e80983 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml @@ -192,6 +192,22 @@ test - + + + + + org.apache.maven.plugins + maven-clean-plugin + + + + ${basedir}/${plexus.home} + + + + + + + -- 2.39.5