Right, but out-of-the-box, the Maven POM only supports one CVS location (right?)--native support for multiple CVS instances would be another discussion entirely. If Maven decided to go down that road, there could be discussion on how to handle multiple passwords at that point.
(Of course, plugins can define their own properties and use as many servers as they want. :-P) Having run into the same problem as Eric, "maven.cvs.password" seems like a good idea, IMHO. Jason -----Original Message----- From: Tomasz Pik [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 4:35 PM To: Maven Users List Subject: Re: password for CVS pserver ? Eric Pugh wrote: > What do you think of a maven.cvs.password or maven.changlog.password > property? This disussion goes into the same direction as latest improvements in Eclipse. One may define two CVS locations, one for read access and one for write access. This might be useful in Maven too, probably more then in Eclipse. As I may imagine CVS settings in project.xml specify read access, for changelogs and for letting people (non commiters) checkout project from CVS. Write access (defined in 'properties' way, based on $HOME/build.properties) may be used by SCP plugin ('release' goals). Just my opinion... Regards, Tomek > Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
