Re: Maven build issue

2011-08-08 Thread javafan2011
Another strange problem, If I see the which application has occupied the lock on abc.xls file then it says eclipse and still ME_ECLIPSE cannot clean this file during clean install. I still have to close eclipse and do a clean build from command line, which is time consuming. Any idea!!! -- View t

Re: Maven build issue

2011-08-05 Thread javafan2011
Hmm, Looks like a good tool to release a lock but I would have loved if some config would have been available in maven -- View this message in context: http://maven.40175.n5.nabble.com/Maven-build-issue-tp4669414p4670423.html Sent from the Maven - Users mailing list archive at Nabble.com. --

Re: Maven build issue

2011-08-05 Thread javafan2011
yes I am working on windows machine, but i didnt run even unit test inside this project. As someone else is working on this project. Also my project is dependent on this module but even in my unit test I am not referring to claases from this project, so how come it will keep the handle in windows f

Maven build issue

2011-08-05 Thread javafan2011
I have multi module project where one project contains excel spreadsheet and it is being dropped in the target folder when maven build the project. Now when I do a mvn clean install, sometime maven throws an error that it can not delete the "abc.xls" file. So I started using maven-clean-plugin and