> -----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 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 win me some time if you > >tell me your suspicions :-)). > > > > > This caught my eye, maybe its the only thing: > > - > defaultValue="${maven.cruisecontrol.checkout.dir}/${module}/${relativeMave > nBuildDir}/test-reports/"/> > + > defaultValue="${maven.cruisecontrol.checkout.dir}/${pom.artifactId}/${rela > tiveMavenBuildDir}/test-reports/"/>
That's fine because it's the directory where we put the checkout files. This directory can be named whatever we wish. > > > >CC *was* using heavily the SCM plugin before I made the changes. It's now > no > >longer using it except that I've just realized that I haven't removed the > >scm:validate calls. I don't think they're required any more. > > > > > You're right. I'm having a frustrating morning and not paying enough > attention to what you were saying - sorry. However, the reason I was > confused is that you are still reading the SCM plugin vars from the > cruise control plugin (this requires calling scm:validate to populate). Ah right. I was also tired yesterday and you're right I need to all scm:validate to get the vars. [snip] > >FYI, the reason I was asking for a SCM 1.5 release date is because I'm > >writing (as you know) some text describing not only its usage but also > the > >usage of plugins that depend on it and I'd like to know if it's going to > be > >out before my text is out... :-) (the text should be out in about 3 > months). > > > > > Yep, it won't take that long :) Cool :) > > > > >More generally speaking I'd like to get a chance to talk to you in the > >coming days/weeks about the Maven 1.1 time frame you imagine and about > the > >big changes (wagon, scm, etc). > > > > > Sure, I'm doing some planning today, so maybe we can do that and get a > better roadmap published. There is an early one in core/trunk/xdocs. I'll try to meet you on IRC for a quick chat Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
