applying patches

2006-08-08 Thread Brett Porter
Does anyone have time to apply an occasional patch? I keep track of them and I now count 223 outstanding. I know many are sometimes a bit off base, but there's two problems with this: - we have potential fixes for issues already - we are not noticing potential committers I've been trying to do

Re: Interviewing leads

2006-08-08 Thread Brett Porter
I'm happy to speak - I'm sure there'll be others. Cheers, Brett On 9/08/2006 1:35 AM, Alex Handy wrote: Hello. My name is Alex Handy, and I am a reporter for the Software Development Times. I'd like to write a piece about Maven and how it's evolving and would like to inteview some of the proje

Re: Serena/PVCS support

2006-08-08 Thread Brett Porter
So the answer is, yes, we're interested if you can spend some time writing it :) - Brett On 9/08/2006 1:07 AM, Emmanuel Venisse wrote: The latest news we have is that they can't donate the code due to a pb with company policy : http://mail-archives.apache.org/mod_mbox/maven-scm-dev/200606.mbo

Re: Can a JIRA admin please have a look at MPA-75

2006-08-08 Thread Jason van Zyl
Will do. I have to make one in mojo land too. On 8 Aug 06, at 4:27 PM 8 Aug 06, Dennis Lundberg wrote: http://jira.codehaus.org/browse/MPA-75 is the only thing holding back the release of the docck-plugin. I would appreciate if someone with enough privileges in JIRA could attend to this. -

Re: Refactoring bootstrap-mini's ModelReader

2006-08-08 Thread Jason van Zyl
On 8 Aug 06, at 4:53 PM 8 Aug 06, Jochen Kuhnle wrote: I'm working on a patch to bootstrap mini that requires a change to ModelReader. The current design with all the if...else if... and depth comparisons looks a bit monolithic. I would like to change this to a modular handler/stack-based

RE: Assembly - profile bug

2006-08-08 Thread Edelson, Justin
> Also, only one profile can be activeByDefault Is this really the case? I've got 4 profiles with true and I'm confident at least two of them are active (I just haven't needed the settings in the other 2 today). The settings descriptor document makes no mention of this restriction. -Original

Re: calling votes to release parent POMs

2006-08-08 Thread Dennis Lundberg
Brett Porter wrote: Hi, I've noticed at Struts that they call a vote to release a parent POM when it has had a number of changes. After the introduction of checks that didn't pass that seem to have been released, I'm inclined to say we should do the same. Thoughts? - Brett It is somethin

Refactoring bootstrap-mini's ModelReader

2006-08-08 Thread Jochen Kuhnle
I'm working on a patch to bootstrap mini that requires a change to ModelReader. The current design with all the if...else if... and depth comparisons looks a bit monolithic. I would like to change this to a modular handler/stack-based design, where each element has a separate handler class. Whe

Re: Resolving dependencies/getting the local repository in a MojoDescriptorExtractor?

2006-08-08 Thread Jochen Kuhnle
Yes, it should. Alas, it does not do so at the moment, but I will submit a patch. Regards, Jochen On 2006-07-31 08:09:10 +0200, Brett Porter <[EMAIL PROTECTED]> said: Why are the dependencies needed in the plugin extractor? Perhaps it is more a matter of that the plugin plugin should resolve

Re: Adding myself as developer, but where?

2006-08-08 Thread Dennis Lundberg
Thanks Mike! -- Dennis Lundberg Mike Perham wrote: You're in like Flynn, Den. mike Dennis Lundberg <[EMAIL PROTECTED]> wrote on 08/08/2006 03:15:54 PM: I don't have permission to change that file. It would be great if someone could help me get this added. Here's my developer element:

Re: Adding myself as developer, but where?

2006-08-08 Thread Mike Perham
You're in like Flynn, Den. mike Dennis Lundberg <[EMAIL PROTECTED]> wrote on 08/08/2006 03:15:54 PM: > > I don't have permission to change that file. It would be great if > someone could help me get this added. Here's my developer element: > > > >dennisl >Dennis Lundber

Can a JIRA admin please have a look at MPA-75

2006-08-08 Thread Dennis Lundberg
http://jira.codehaus.org/browse/MPA-75 is the only thing holding back the release of the docck-plugin. I would appreciate if someone with enough privileges in JIRA could attend to this. -- Dennis Lundberg - To unsubscribe, e-m

Re: Adding myself as developer, but where?

2006-08-08 Thread Dennis Lundberg
Mike Perham wrote: I would think you should be added as a committer to pom/maven/pom.xml. If you don't have permission to change that file, send me the snippet and I'll add you. mike I don't have permission to change that file. It would be great if someone could help me get this added. H

Re: Assembly - profile bug

2006-08-08 Thread John Casey
activeByDefault is unlikely to be affected by the assembly plugin itself. Also, only one profile can be activeByDefault...this really means that this is the profile which will be activated when no others are, not that it is active unless deactivated (we don't actually have a specific mechanism for

Re: Doxia module

2006-08-08 Thread Vincent Siveton
2006/8/8, Arnaud Bailly <[EMAIL PROTECTED]>: "Vincent Siveton" <[EMAIL PROTECTED]> writes: > Hi Arnaud, > > defined like forward, modifies the Maven install so I am > not sure it is the best way for your case. Maybe put stuff in > with runtime scope. > Does not work: site is created but muse/

Re: junit4 support?

2006-08-08 Thread berndq
Hi Brett, ... Additionally surefire's POJO approach collides with junit4. This is taken care of by the surefire plugin. It should select JUnit 4 as long as a it is in the dependency classpath. Do you mean this should already be implemented? Or did you meant "This should be taken care of th

Interviewing leads

2006-08-08 Thread Alex Handy
Hello. My name is Alex Handy, and I am a reporter for the Software Development Times. I'd like to write a piece about Maven and how it's evolving and would like to inteview some of the project leads over the phone later this week. Would anyone who's leading the project like to speak? -- Alex

Release plugin

2006-08-08 Thread Berry, Eric
1. How would I go about making a modification to the release plugin so that it would ask me for the version of the parent POM to use in the release build and the version to set for the parent POM for the next snapshot build? We have a master POM file that we use as a base for all our projects that

Serena/PVCS support

2006-08-08 Thread Peter Ineson
Hi,   Is anyone writing support Serena/PVCS at the moment? If no one is at the moment I can spend some time writing some support if you like.   CheersPeter Ineson  

Re: Doxia module

2006-08-08 Thread Arnaud Bailly
"Vincent Siveton" <[EMAIL PROTECTED]> writes: > Hi Arnaud, > > defined like forward, modifies the Maven install so I am > not sure it is the best way for your case. Maybe put stuff in > with runtime scope. > Does not work: site is created but muse/ directories content is not processed. I will t

RE: How to execute a plugin prior to the reactor sorting?

2006-08-08 Thread Allison, Bob
I may be a little ignorant (since I use NetBeans instead of Visual Studio), but it sounds like you need something in VS to run just before invoking Maven. I know that NetBeans has the ability to add modules which alter the default behavior (the Maven 2 integration module is an example). You might

RE: How to execute a plugin prior to the reactor sorting?

2006-08-08 Thread Mark Koops
Kenney, Thanks for you response. I understand that in the ideal case all meta data needed to perform a build is stored in the pom files. This sounds logic looking from a Maven persective. But I think this will not work for our team, as Maven has no native integration with the Visual Studio IDE.