Possible Duplicate:
Maven release plugin fails when creating tag
I'm trying to use the scm plugin, but when doing mvn release:prepare it fails. It says svn: "OPTIONS of 'http://svn-host/_proj-path_': could not connect to server (http://svn-host)"
svn:update and svn:checkin working fine from command line and svn-host is reachable from the machine I'm running the command on.
What am I missing?
Thanks.
Issue solved. Thanks for help.