Hi, I am using Maven 2.2.1, java 1.6.0.17 and Eclipse 3.5.2. I run the following command in a DOS prompt window, under the parent folder of my multi modules project : mvn release:prepare
It works well, all versions in the poms of my modules are updated in my workspace and the release is committed and the tag is created in the repository. However, there is a small problem : my project in Eclipse is sort of "disconnected". In front of the project folder name i see this : [: ] And when i try to synchronize with the repository i get the message : "Myproject is not a working copy". That's annoying. Anyone has a clue ? Thanks