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:[EMAIL

RE: Pb with maven scm:prepare-release

2004-07-08 Thread Vincent Massol
It seems the problem is with: cvs [server aborted]: tag requires write access to the repository And as the cvs command is executed anonymously it's failing. I'll have a look at the plugin code to see how it works Thanks -Vincent -Original Message- From: Vincent Massol [mailto:[EMAIL

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 with maven scm:prepare-release It seems the problem

Re: Pb with maven scm:prepare-release

2004-07-08 Thread Dion Gillard
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 developerConnection tag in pom. Emmanuel - Original Message - From: Vincent Massol [EMAIL PROTECTED

RE: Pb with maven scm:prepare-release

2004-07-08 Thread Vincent Massol
I believe warning is not enough as it will always fail because it needs write access to create a 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

Re: Pb with maven scm:prepare-release

2004-07-08 Thread Dion Gillard
- 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... On Thu, 8 Jul 2004 11:34:10 +0200, Vincent Massol [EMAIL PROTECTED] wrote: Thanks. It's working now

Re: Pb with maven scm:prepare-release

2004-07-08 Thread Brett Porter
] 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: cvs [server aborted]: tag requires write access to the repository And as the cvs command is executed anonymously it's failing