You can set the password property (or any for that matter) at the command line with the -D option which sets the system property.
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 28, 2003 9:08 PM > To: Maven Users List > Subject: RE: Specifying a CVS password (.cvspass?) > > > "Jason Horne" <[EMAIL PROTECTED]> wrote on 27/09/2003 02:05:57 PM: > > > Well, yup, that worked. > > > > But... is that a workaround? It seems like the changelog > plugin (or > > whichever component is accessing CVS) should know how to log in > > properly using a password, like Ant. This solution > requires that the > > user have cvs installed locally. (Right?) > > > > Thanks for the tip. > > Ant requires you to have CVS installed to use the ant tasks too. > > I'm really against storing CVS (or any other password) in > properties or > project.xml. > > Can we find a way to do this that doesn't require this? > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > > > --------------------------------------------------------------------- > 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]
