I am new to Maven. So, trying to figure my way around in creating the
project site. I was not able to generate the change log and file activity
from cvs so far. To give history, i have tried few things so far. My
repository definition in base project looks like this.
<repository>
<connection>scm:cvs:pserver:<<username>>@<<host>>:<<port>>/path/to/repositor
y</connection>
<developerConnection>scm:cvs:pserver:<<username>>@<<host>>:<<port>>/path/to/
repository</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven/</url>
</repository>
I specified my cvs password in ${HOME}/.cvspass file. When i tried to run
the changelog or file activity, i get the following error message:
Didn't find password for CVSROOT
':pserver::<<username>>@<<host>>:<<port>>/path/to/repository'.
org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
Password.
ChangeLog found: 0 entries
Can anyone please help. Lacking any documentation, its becoming a little
difficult to figure out how to use the multisite to generate all the
information.
Thanks,
Bhaskar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]