Best practices for multi-projects in Maven 3? (version less parent)

2011-06-28 Thread Lucas Persson
Hi Sorry if this has been discussed before but I can not really find a satisfying solution for this. I have read several pre-announcement for Maven 3 indicating support for version less parent:Those of you who have worked in multi-module

Re: Best practices for multi-projects in Maven 3? (version less parent)

2011-06-28 Thread Adam Gibbons
if you added a shared pom to all your projects you can specify the parent version as a variable in the shared pom, then you only need to change it in one place. Not the answer you were looking for I know, just thought it might help... On 28 June 2011 12:21, Lucas Persson lucas.pers...@oracle.com

Re: Best practices for multi-projects in Maven 3? (version less parent)

2011-06-28 Thread Stephen Connolly
On 28 June 2011 12:25, Adam Gibbons adam.s.gibb...@gmail.com wrote: if you added a shared pom to all your projects you can specify the parent version as a variable in the shared pom, then you only need to change it in WRONG! variable substitution cannot take place in the following XPath