Hello list,

I am wondering if there is support of mutiple CVSROOTs with all cvs view
related plugins (changelog plugin for instance).

Each projet has its own CVSROOT in our CVS server. Here's what we have
for one of our project:

<url>http://XXX/modules/YYY/</url>
<repository>       
  [...]        <url>http://XXX/cgi-bin/cvsweb.cgi/modules/YYY/</url>
</repository>

Accessing http://XXX/cgi-bin/cvsweb.cgi/modules/YYY/ does not work (404)
because we need to provide the CVSROOT. So accessing

http://XXX/cgi-bin/cvsweb.cgi/modules/YYY/?cvsroot=ZZZ does work but how
can I specify this in maven? (changelog plugin does not generate valid
url then).

Is there a support for a url-prefix or something?

Regards,

Stephane

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

Reply via email to