I use winscp to transfer plugins I build in Eclipse down to our Linux machines. The problem is that once I have navigated to the Eclipse 'target' folder where the compiled plugin jar exists, Eclipse throws an error on the next compilation because WinSCP has some kind of lock on the folder, even if I have navigated out of that folder and clicked 'Refresh' in WinSCP.
Eclipse will throw this at compile time, even though I'm no longer in in that folder in WinSCP. WinSCP seems to retain some kind of lock on the folder when not actually navigating it. Stopping WinSCP will allow the plugin to compile successfully, but I have to keep quitting and restarting WinSCP, which is a royal pain. Is there an option somewhere to control this behaviour of WinSCP?
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project PluginTest: Failed to clean project: Failed to delete C:\Users\Bob\workspace\PluginTest\target