Re: MNG-624 automatic parent versioning

2008-06-11 Thread Michael McCallum
would it be possible to remove the default relative path... if people want it they can add it... ../pom.xml just seems very arbitrary maybe if you want group based parents it makes sense , i have found real power in using functional parents that define all the plugins for a particular type of

Re: MNG-624 automatic parent versioning

2008-06-11 Thread Jason van Zyl
On 11-Jun-08, at 6:47 PM, Dan Fabulich wrote: MNG-624 (automatic parent versioning) is far and away the most popular MNG issue with 85 votes (the next highest has 57). In June of last year, Jason evaluated the attached patch and found problems with it, but the problems weren't specified

Re: MNG-624 automatic parent versioning

2008-06-11 Thread Brett Porter
On 12/06/2008, at 12:45 PM, Dan Fabulich wrote: Brett Porter wrote: I haven't reviewed the patch, but the comments by Eric about what he did sound quite reasonable to me. Me, too. - ensure that when deployed to the repository, it is *always* set. A POM in the repository with a versionle

Re: MNG-624 automatic parent versioning

2008-06-11 Thread Dan Fabulich
Brett Porter wrote: I haven't reviewed the patch, but the comments by Eric about what he did sound quite reasonable to me. Me, too. - ensure that when deployed to the repository, it is *always* set. A POM in the repository with a versionless-parent would be considered invalid (this is the m

Re: MNG-624 automatic parent versioning

2008-06-11 Thread Brett Porter
I haven't reviewed the patch, but the comments by Eric about what he did sound quite reasonable to me. Off the top of my head, the rules for this behaviour would be: - use the POM found in relativePath (default, ../pom.xml) first - if checked out independantly, use RELEASE - ensure that when de

MNG-624 automatic parent versioning

2008-06-11 Thread Dan Fabulich
MNG-624 (automatic parent versioning) is far and away the most popular MNG issue with 85 votes (the next highest has 57). In June of last year, Jason evaluated the attached patch and found problems with it, but the problems weren't specified in the bug description. Can we revive discussion

[PROPOSAL] Dynamic POM Build Section

2008-06-11 Thread John Casey
Hi everyone, As I'm sure you've noticed from the discussion on this list and my commit logs, I've been working to solve a problem between concrete interpolation of the POM at project-construction time and the need to update plugin configurations to reflect changing state in the project instan

Re: Unable to build maven components

2008-06-11 Thread Dennis Lundberg
Timothy Reilly wrote: Igor Fedorenko wrote Are you using IBM Java5 VM by any chance? I had to switch to SUN VM to workaround this issue. Yes. That was it. I fixed that so I can still use IBM JDK 1.5. To do that I've rebuilt modello locally. This is probably a list for whoever is maintain

Re: svn commit: r664037 - in /maven/components/branches/john-2.0.x-dynamicBuild: ./ maven-project/src/main/java/org/apache/maven/project/ maven-project/src/main/java/org/apache/maven/project/interpola

2008-06-11 Thread Brett Porter
On 11/06/2008, at 1:05 AM, John Casey wrote: Since the project can change in legitimate ways during the course of a build - especially for forked executions, such as changing the build directories - that means that expressions used to configure subsequent plugin executions MUST be synchroni