Re: maven-pom-plugin thoughts

2008-10-06 Thread Brett Porter
Cool. It sounds like one of those things people would use more if they knew it existed. In the long run, what do you think about unifying it's handling of the POM with the release plugin? On 07/10/2008, at 5:22 AM, Jesse McConnell wrote: hi all, A long while back I added a plugin into th

Re: maven-pom-plugin thoughts

2008-10-06 Thread Stephen Connolly
Cheers... I'd just finished getting update-child-modules (which fixes when the child modules are out of sync and you cannot build) working this morning when we found that a big build with 40+ modules had fallen out of sync... serendipity strikes ;-) I'll have to push another alpha once I get all

Re: maven-pom-plugin thoughts

2008-10-06 Thread Jesse McConnell
ya, I am aware of that one...it does some awesome stuff but totally unrelated to the use case I had need for originally and recently.. jesse On Mon, Oct 6, 2008 at 3:16 PM, Stephen Connolly <[EMAIL PROTECTED]> wrote: > FYI, we've also go the versions-maven-plugin over on mojo for > manipulating v

Re: maven-pom-plugin thoughts

2008-10-06 Thread Stephen Connolly
FYI, we've also go the versions-maven-plugin over on mojo for manipulating version related stuff 2008/10/6 John Casey <[EMAIL PROTECTED]>: > I think this is a great idea, especially if it can process a reactor full of > POMs, and handle multiple xpaths where a target value might show up (the > set

Re: maven-pom-plugin thoughts

2008-10-06 Thread John Casey
I think this is a great idea, especially if it can process a reactor full of POMs, and handle multiple xpaths where a target value might show up (the set: {project/parent/version, project/version, project/properties/mavenVersion} would be one good first use case, for instance). I've got a plug

maven-pom-plugin thoughts

2008-10-06 Thread Jesse McConnell
hi all, A long while back I added a plugin into the maven sandbox for modifying one or more pom files in the process of the build, not the active pom's in a reactor but at least in instances where you had a scm checkout process in your build and needed to modify the checked out project before buil