You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stephane Nicoll <sn...@kiala.com> on 2004/02/02 08:46:38 UTC

maven cvs view integration with multiple CVSROOT

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org