I\'m having problems when I run mvn release:prepare. I have the following message:
[ERROR] Failed to execute goal org.apache.maven.plugins: maven-release-plugin:
I just had same problem when running from eclipse, it resolved by making copy of mvn.cmd to mvn.bat
copy of mvn.cmd to mvn.bat
And it worked for me.