Re: Release Plans - Maven 2.0.3 and Spring 1.2.7

2006-03-20 Thread Carlos Sanchez
2.0.3 will be released anytime Alef from Spring got in touch with me about m2 support and I asked him to add the poms to spring cvs so people can contribute, i've ping him again. On 3/20/06, Stephen Duncan <[EMAIL PROTECTED]> wrote: > I have some work coming up this week that depends on these, so

Re: [vote] Release Maven 2.0.3 (third RC)

2006-03-20 Thread Stephane Nicoll
Me too. On 3/21/06, Juan F. Codagnone <[EMAIL PROTECTED]> wrote: > so far, so good > > On Saturday 11 March 2006 03:00, dan tran wrote: > > I am currently using 2.0.3 snapshot(s) in my production build. > > So far all my builds work great > > > > +1 and looking forward to the release. > > > > -Dan

Re: [vote] Release Maven 2.0.3 (third RC)

2006-03-20 Thread Juan F. Codagnone
so far, so good On Saturday 11 March 2006 03:00, dan tran wrote: > I am currently using 2.0.3 snapshot(s) in my production build. > So far all my builds work great > > +1 and looking forward to the release. > > -Dan > > On 3/10/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > Well I did say "correct

Re: [vote] [m1] PMD plugin v1.8 for maven 1.x

2006-03-20 Thread Arnaud HERITIER
ping ??? Thx. Arnaud On 3/20/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > > +1 > > Lukas > > > Arnaud HERITIER wrote: > > Hi all, > > > > We are ready to release a new version of the PMD plugin. > > All bugs issues are solved and there's only one enhancement opened in > Jira. > > > > Cha

Release early / release often (m2 jar and assembly plugins)

2006-03-20 Thread jerome lacoste
Hei guys, I've pointed that in several mails before and wonder what can I do to help further: - the maven jar plugin has many patches waiting. Some affect depending plugins (especially the webstart wich has been unable to work now for weeks). Can we do something about that? The more we wait, the

RE: maven-eclipse-plugin: Question about possible patch

2006-03-20 Thread KC Baltz
I think that's a valid concern. Could it be addressed by having a set of defaults to fall back on? That is, try the following sources in order to get the value. 1) Maven Eclipse Plugin configuration 2) If not found above, try ${contextRoot} (or some more namespace-specific property) 3) If

Release Plans - Maven 2.0.3 and Spring 1.2.7

2006-03-20 Thread Stephen Duncan
I have some work coming up this week that depends on these, so I was wondering if I could get some hints as to the time-frame planned for them. It was indicated that work on releasing Maven 2.0.3 was begun last week, but as it hasn't been released, I'd like to know when it realistically will. If

directory where jvm is forked in surefire

2006-03-20 Thread anita kulshreshtha
Hi, I have a project with the following directory structure : --myproject --modules --module-1 --module-2 module-1 and module-2 have pom.xmls with forkmode=once|pertest. When I build it from the top level ,i.e. 'myproject' directory which directory the jvm is forked in? What i