Hello,

I want to generate the change-log report, but it just said 

    [echo] Generating the Change Log...
maven-changelog-plugin:report:
    [echo] Generating the changelog report
Didn't find password for CVSROOT ':pserver:[EMAIL PROTECTED]:/CVS'.
org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong Password.
ChangeLog found: 0 entries



I define the repository in project.xml as folowing

<repository>
    <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/CVS:dse</connection>
    <developerConnection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/CVS:dse</developerConnection>
    <!--
    <url></url>
    -->
  </repository>


and also create the .cvspass by using 
"maven -Dpassword=dummypassword changelog:create-cvspass"


Anything I missed, would you please to teach me ??

Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to