Re: Pb with maven scm:prepare-release

2004-07-08 Thread Brett Porter
rom: "Vincent Massol" <[EMAIL PROTECTED]> > To: "'Maven Developers List'" <[EMAIL PROTECTED]> > Sent: Thursday, July 08, 2004 11:13 AM > Subject: RE: Pb with maven scm:prepare-release > > > > It seems the problem is with: > >

Re: Pb with maven scm:prepare-release

2004-07-08 Thread Dion Gillard
tag > > -Vincent > > > > > -Original Message- > > From: Dion Gillard [mailto:[EMAIL PROTECTED] > > Sent: jeudi 8 juillet 2004 11:41 > > To: Maven Developers List > > Subject: Re: Pb with maven scm:prepare-release > > > > Or at least warn you... &

RE: Pb with maven scm:prepare-release

2004-07-08 Thread Vincent Massol
default > to > > using the connection tag. > > > > -Vincent > > > > > > > > > -Original Message- > > > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > > > Sent: jeudi 8 juillet 2004 11:33 > > > To: Maven Developers List > >

Re: Pb with maven scm:prepare-release

2004-07-08 Thread Dion Gillard
> > > > -Original Message- > > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > > Sent: jeudi 8 juillet 2004 11:33 > > To: Maven Developers List > > Subject: Re: Pb with maven scm:prepare-release > > > > It's necessary to have a developer

RE: Pb with maven scm:prepare-release

2004-07-08 Thread Vincent Massol
ist > Subject: Re: Pb with maven scm:prepare-release > > It's necessary to have a developerConnection tag in pom. > > Emmanuel > > - Original Message - > From: "Vincent Massol" <[EMAIL PROTECTED]> > To: "'Maven Developers List'

Re: Pb with maven scm:prepare-release

2004-07-08 Thread Emmanuel Venisse
It's necessary to have a developerConnection tag in pom. Emmanuel - Original Message - From: "Vincent Massol" <[EMAIL PROTECTED]> To: "'Maven Developers List'" <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 11:13 AM Subject: RE: Pb

RE: Pb with maven scm:prepare-release

2004-07-08 Thread Vincent Massol
om: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: jeudi 8 juillet 2004 11:08 > To: 'Maven Developers List' > Subject: Pb with maven scm:prepare-release > > Hi guys, > > I'm trying (for the first time) to use the scm project to release a > plugin, &g

Re: Pb with maven scm:prepare-release

2004-07-08 Thread Dion Gillard
Check your connection: On Thu, 8 Jul 2004 11:08:10 +0200, Vincent Massol <[EMAIL PROTECTED]> wrote: > Hi guys, > > scm:parse-connection: > [echo] Using connection: > scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:maven-plugins/abbot/ > Using SCM method: cvs > Using CVSROOT: :pserver:[EMAI

Pb with maven scm:prepare-release

2004-07-08 Thread Vincent Massol
Hi guys, I'm trying (for the first time) to use the scm project to release a plugin, following the instructions at http://maven.apache.org/reference/developers/releasing-plugins.html However, I just got a problem (see below). Any idea why I get those question marks from the ant:cvs task? C:\dev