Hi-

I was testing out the latest HEAD version of maven today, and found that I couldn't get any CVS log entries in my generated documentation with a repository entry that looks like this (this works just fine in b7)

<repository>
<connection>scm:cvs:pserver:${maven.username}@myhost.mydomain:/opt/cvsroot:myproject
<url>http://myhost/viewcvs/myproject</url>
</repository>

To get it to work, I had to change the ${maven.username} to a valid userid like this:
<repository>
<connection>scm:cvs:pserver:[EMAIL PROTECTED]:/opt/cvsroot:myproject
<url>http://myhost/viewcvs/myproject</url>
</repository>

Was this broken on purpose?

Thanks,
--Leif



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

Reply via email to