You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Barrie Treloar <ba...@gmail.com> on 2007/05/18 06:48:32 UTC

maven-release-plugin:2.0-beta-5 can't find CVS passwords

[INFO] [release:prepare]
[INFO] Resuming release from phase 'scm-check-modifications'
[INFO] Verifying that there are no local modifications...
[INFO] Executing: cvs -z3 -f -d
:pserver:PD72121@10.107.161.227:/cvs/sapol -n -q update -d
[INFO] Working directory: D:\rel-0.7\sapol
[ERROR] Didn't find password for CVSROOT
':pserver:PD72121@10.107.161.227:/cvs/sapol'.
org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong Password.


According to http://www.nabble.com/forum/ViewPost.jtp?post=10365084&framed=y&skin=177
 the release plugin is using a pure java cvs client now.

Does this mean that the passwords are no longer looked up in a default cache?
Do I have to specify -Dpassword now?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven-release-plugin:2.0-beta-5 can't find CVS passwords

Posted by Barrie Treloar <ba...@gmail.com>.
On 5/18/07, Barrie Treloar <ba...@gmail.com> wrote:
> [INFO] [release:prepare]
> [INFO] Resuming release from phase 'scm-check-modifications'
> [INFO] Verifying that there are no local modifications...
> [INFO] Executing: cvs -z3 -f -d
> :pserver:PD72121@10.107.161.227:/cvs/sapol -n -q update -d
> [INFO] Working directory: D:\rel-0.7\sapol
> [ERROR] Didn't find password for CVSROOT
> ':pserver:PD72121@10.107.161.227:/cvs/sapol'.
> org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong Password.
>
>
> According to http://www.nabble.com/forum/ViewPost.jtp?post=10365084&framed=y&skin=177
>  the release plugin is using a pure java cvs client now.
>
> Does this mean that the passwords are no longer looked up in a default cache?
> Do I have to specify -Dpassword now?
>

Username case sensitive! Grrr, should caught that earlier, -Dusername
was needed.
-Dpassword was left on the command line, will try not specifying it next time.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org