Exception AuthenticationException during release:prepare phase when committing versioned POMs ---------------------------------------------------------------------------------------------
Key: MRELEASE-339 URL: http://jira.codehaus.org/browse/MRELEASE-339 Project: Maven 2.x Release Plugin Issue Type: Bug Components: scm Environment: Windows XP CVS hosted on linux fedora maven 2.0.8 Reporter: Gervais Mickaƫl Priority: Blocker I try to use release:prepare plugin. 1st phase: changing pom version is ok 2nd phase: building and deploying new version is ok 3rd phase: commiting POMs fails with this exception: org.netbeans.lib.cvsclient.connection.AuthenticationException: Authentication failed. Response from server was: "error 0 :/c". at org.netbeans.lib.cvsclient.connection.PServerConnection.openConnection(PServerConnection.java:238) at org.netbeans.lib.cvsclient.connection.PServerConnection.open(PServerConnection.java:326) at org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.connect(CvsConnection.java:164) at org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.processCommand(CvsConnection.java:475) I didn't find cvsclient-20060125.jar (which is a netbean API) sources with are used in the maven plugin. So I've download the lastest from netbean web site, I've packaged the new version and replace the cvsclient-20060125.jar with the new one. I've relaunched release:prepare and everything is ok... Is this a bug? Did I do something wrong? Thanks -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira