[ 
https://jira.codehaus.org/browse/MRELEASE-660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=320148#comment-320148
 ] 

luca preziati commented on MRELEASE-660:
----------------------------------------

I have solved installing CSV NT and executing following this sequence of 
command from shell

cvs -d :pserver:MYUSERNAME@URL login
mvn -DdryRun=true release:prepare 
-Dmaven.scm.provider.cvs.implementation=cvs_native  
-Dmaven.scm.username=MYCVSUSERNAME -Dmaven.scm.password=MYCVSPASSWORD
cvs -d :pserver:MYUSERNAME@URL login
mvn release:prepare -Dmaven.scm.provider.cvs.implementation=cvs_native  
-Dmaven.scm.username=MYCVSUSERNAME -Dmaven.scm.password=MYCVSPASSWORD
Dmaven.scm.username=MYCVSUSERNAME -Dmaven.scm.password=MYCVSPASSWORD
mvn release:perform -Dmaven.scm.provider.cvs.implementation=cvs_native  
-Dmaven.scm.username=MYCVSUSERNAME -Dmaven.scm.password=MYCVSPASSWORD

Currently I have migrate to SVN, but if you need, I can try some relaese on 
cvs, if my one already work.

                
> Didn't find password for CVSROOT
> --------------------------------
>
>                 Key: MRELEASE-660
>                 URL: https://jira.codehaus.org/browse/MRELEASE-660
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>         Environment: Windows Vista, Eclipse 3.6, mvn release:prepare from 
> shell without tortoise
>            Reporter: luca preziati
>         Attachments: error.TXT
>
>
> I launch mvn release:prepare and the tool didn't find password for CVSROOT.
> I didn't have the file .cvspass. 
> I can't release a version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to