I have a maven project. With Spring 3 and Hibernate.
I using org.codehaus.cargo to deploy/redeploy the war file in my tomcat 7.
On initial start of tomcat this deploy works fine. But i can't undeploy the project from tomcat 7. Everytime i try to undeploy it leaves /{project}/WEB-INF/lib/hibernate-validator-4.0.0.GA.jar
What can i do?
Thanks a lot Valtos