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
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.
--
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
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