RE: How to set up SCM/CVS/Maven integration with public key authentication?

2009-06-15 Thread Matt Brown
: Thursday, June 11, 2009 1:11 PM > To: users@maven.apache.org > Subject: How to set up SCM/CVS/Maven integration with public key > authentication? > > I have a section in a POM that looks something like this: > >         >                 > scm:cvs:ext:myhostname:/cvsroot

Re: How to set up SCM/CVS/Maven integration with public key authentication?

2009-06-15 Thread Anders Hammar
hrase= > > > A little disappointing that the system properties the CVS/SCM plugin uses > aren't mentioned in the documentation for the plugin. > > > -Original Message- > From: Matt Brown [mailto:matt.br...@citrixonline.com] > Sent: Thursday, June 11, 2009 1:1

RE: How to set up SCM/CVS/Maven integration with public key authentication (need help!)?

2009-06-15 Thread Matt Brown
rom: Matt Brown [mailto:matt.br...@citrixonline.com] Sent: Friday, June 12, 2009 12:14 PM To: scm-us...@maven.apache.org Subject: How to set up SCM/CVS/Maven integration with public key authentication (need help!)? I have a section in a POM that looks some

RE: How to set up SCM/CVS/Maven integration with public key authentication?

2009-06-15 Thread Matt Brown
rom: Matt Brown [mailto:matt.br...@citrixonline.com] Sent: Thursday, June 11, 2009 1:11 PM To: users@maven.apache.org Subject: How to set up SCM/CVS/Maven integration with public key authentication? I have a section in a POM that looks something like this: scm:cvs:ext:myho

How to set up SCM/CVS/Maven integration with public key authentication (need help!)?

2009-06-12 Thread Matt Brown
I have a section in a POM that looks something like this: scm:cvs:ext:myhostname:/cvsroot/repo:module_name I typically use publickey auth to authentication against this cvs server, although it should accept my password as well. When I attempt to run 'mvn sc

How to set up SCM/CVS/Maven integration with public key authentication?

2009-06-11 Thread Matt Brown
I have a section in a POM that looks something like this: scm:cvs:ext:myhostname:/cvsroot/repo:module_name I typically use publickey auth to authentication against this cvs server, although it should accept my password as well. When I attempt to run 'mvn sc