Re: Idea for a maven plugin / request for input

2008-08-07 Thread Stephen Connolly
No. That's no good. I want to be able to do this without people having to modify their poms to work with this scheme. The rewrite poms version would scan through the reactor projects, and wherever a reactor project depends on a (different version) of another reactor project, it would force the ver

Re: Idea for a maven plugin / request for input

2008-08-07 Thread Ralph Goers
Stephen Connolly wrote: Questions: Is there any way to modify the pom at run time to alter the versions of dependencies *before* the dependencies have been resolved? It would be for that invokation of maven only... it would avoid modifying the pom on disk and forking another build. Thanks,

Idea for a maven plugin / request for input

2008-08-07 Thread Stephen Connolly
All, after the entirely underwhelming response to the versions-maven-plugin (MOJO-1178) I have had some ideas for making it even better... The ideas may result in completely refactoring the thing apart... bits to go in the enforcer plugin... bits to go in the release plugin... bits to maybe stay