RE: [SCM] Question on maven.scm.svn.module property

2005-02-20 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: lundi 21 février 2005 00:27 > To: Maven Developers List > Subject: Re: [SCM] Question on maven.scm.svn.module property > > Vincent Massol wrote: > > >I've tried this o

Re: [SCM] Question on maven.scm.svn.module property

2005-02-20 Thread Brett Porter
Vincent Massol wrote: >I've tried this on one of my SVN projects where I've voluntarily set up >pom.artifactId != module name. It was working fine (I haven't tried it with >CVS though). I'll try it on one of the Maven plugins when I have time. Do >you know why you think it may not work? (that'll w

RE: [SCM] Question on maven.scm.svn.module property

2005-02-20 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: dimanche 20 février 2005 23:59 > To: Maven Developers List > Subject: Re: [SCM] Question on maven.scm.svn.module property > > > >I've actually committed this replacement a fe

Re: [SCM] Question on maven.scm.svn.module property

2005-02-20 Thread Brett Porter
>I've actually committed this replacement a few hours earlier. I have tested >it on a SVN project (but not yet on a CVS project) and I'd like to know what >you think it breaks. Also you mention a directory but I'm not sure which >directory you're talking about. > >If I've made a mistake I need to

RE: [SCM] Question on maven.scm.svn.module property

2005-02-20 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: dimanche 20 février 2005 22:42 > To: Maven Developers List > Subject: Re: [SCM] Question on maven.scm.svn.module property > > Vincent Massol wrote: > > >Hi Brett, > > >

Re: [SCM] Question on maven.scm.svn.module property

2005-02-20 Thread Brett Porter
Vincent Massol wrote: >Hi Brett, > >Here's a summary of what I understand: > >1/ I'm ok to try replacing the use ${module} by ${pom.artifactId} everywhere >in the cruisecontrol plugin > > No, this makes a rather big assumption that the directory name matches the artifact ID. It would be nice if

RE: [SCM] Question on maven.scm.svn.module property

2005-02-20 Thread Vincent Massol
rsion. What do you think? Thanks -Vincent > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: dimanche 20 février 2005 02:44 > To: Maven Developers List > Subject: Re: [SCM] Question on maven.scm.svn.module property > > Vincent Ma

Re: [SCM] Question on maven.scm.svn.module property

2005-02-19 Thread Brett Porter
Vincent Massol wrote: >>No, the plugin is backwards compat as is. Cruisecontrol can be updated >>to use the URL itself. >> >> > >How? CruiseControl needs the module name. How can I get it from the SCM >plugin or from the URL? > > not according to this: http://cruisecontrol.sourceforge.net/ma

RE: [SCM] Question on maven.scm.svn.module property

2005-02-18 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 16 février 2005 23:03 > To: Maven Developers List > Subject: Re: [SCM] Question on maven.scm.svn.module property > > Vincent Massol wrote: > > >Hi (Brett), > > &

Re: [SCM] Question on maven.scm.svn.module property

2005-02-16 Thread Brett Porter
Vincent Massol wrote: >Hi (Brett), > >On >http://www.apache.org/~brett/maven-stage-site/reference/plugins/scm/properti >es.html, it says that the maven.scm.svn.module property is deprecated. >However it seems that the scm:validate goal still checks for it and fail the >build if it is not found. >

RE: [SCM] Question on maven.scm.svn.module property

2005-02-16 Thread Vincent Massol
BTW, if there's no longer a module specified in the SVN URL, how do the SCM plugin guesses the root URL? Thanks -Vincent > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: mercredi 16 février 2005 13:34 > To: 'Maven Developers List' &

[SCM] Question on maven.scm.svn.module property

2005-02-16 Thread Vincent Massol
Hi (Brett), On http://www.apache.org/~brett/maven-stage-site/reference/plugins/scm/properti es.html, it says that the maven.scm.svn.module property is deprecated. However it seems that the scm:validate goal still checks for it and fail the build if it is not found. AFAICS, this property is no lon