Re: [vote] release Maven parent POM v6

2007-08-11 Thread Brett Porter
On 08/08/2007, at 4:23 PM, Jason van Zyl wrote: I vaguely remember having problems releasing 2.0.7 with changes in the parent. I will try and do a dummy release of the branch to test it out. Pretty sure these were resolved - but if there's a problem we can continue to use v5 for that

[result] release Maven parent POM v6

2007-08-11 Thread Brett Porter
+1: Brett (binding), Brian (binding), Eric, Arnaud (binding), Jesse (binding), Vincent S (binding), Stephane (binding), Dennis (binding) I'll go ahead and do the release (I notice now that you can actually stage the pom too, so I'll do that in future...) - Brett On 08/08/2007, at 11:0

Re: An easy way to merge 2 plugin.xml's into one?

2007-08-11 Thread Jason Dillon
On Aug 11, 2007, at 5:05 AM, Kenney Westerhof wrote: In Maven-project, there's org.apache.maven.project.ModelUtils, which has some methods to merge plugin definitions. Okay, thanks I will have a peek. Just curious, what do you need this for? Well, basically, I want to create a plugin, wh

Re: Bad links on plugin index page

2007-08-11 Thread Brett Porter
On 12/08/2007, at 5:07 AM, Dennis Lundberg wrote: Brett Porter wrote: Using the latest of everything doesn't correct the problem - seems like there's still a bug. OK, we need to track this down ASAP. Cool, thanks for taking care of it. I also had to skip the tests in the doxia-sitetool

Extending Pom to Include Artifact Installation Instructions

2007-08-11 Thread Shane Isbell
I just submitted a new proposal here: http://docs.codehaus.org/display/MAVENUSER/Extending+Pom+to+Include+Artifact+Installation+Instructions Thanks, Shane

Re: Bad links on plugin index page

2007-08-11 Thread Dennis Lundberg
Dennis Lundberg wrote: Brett Porter wrote: Using the latest of everything doesn't correct the problem - seems like there's still a bug. OK, we need to track this down ASAP. I have committed a (temporary) fix for this problem. To get a better solution I have started a thread about this on [E

Re: Bad links on plugin index page

2007-08-11 Thread Dennis Lundberg
Brett Porter wrote: Using the latest of everything doesn't correct the problem - seems like there's still a bug. OK, we need to track this down ASAP. I also had to skip the tests in the doxia-sitetools to get it to build. What error did you get? Tests run fine for me on Windows. I reverted

Re: [vote] release Maven parent POM v6

2007-08-11 Thread Jesse McConnell
+1 On 8/9/07, Vincent Siveton <[EMAIL PROTECTED]> wrote: > > 2007/8/8, Dennis Lundberg <[EMAIL PROTECTED]>: > > Jakarta Commons has moved to TLP and I'd like to update the URLs for the > > Commons projects in the javadoc-plugin configuration. > > Same thing for velocity API. > > Vincent > > > Othe

Re: An easy way to merge 2 plugin.xml's into one?

2007-08-11 Thread Kenney Westerhof
In Maven-project, there's org.apache.maven.project.ModelUtils, which has some methods to merge plugin definitions. Just curious, what do you need this for? -- Kenney Jason Dillon wrote: Is there an _easy_ way to merge 2 plugin.xml's into one? Basically taking the and bits from one plugin.xm

Re: *Completely* unfiltered/evaluated mojo parameter?

2007-08-11 Thread Kenney Westerhof
hi, All mojo parameters are evaluated, nothing you can do about that. But as with all 'templating' or evaluation solutions, you can escape characters with special meanings in mojo parameters. Just replace $ with $$. So use this, and you'll get 'println "${basedir}"' injected as a mojo parameter