Re: [m2] REALLY need a solution please....

2007-09-19 Thread Anders . Romin
Hi, I've solved similar problems by separating the project pom and parent pom into two different poms (see example 5 of http://maven.apache.org/guides/introduction/introduction-to-the-pom.html), where the parent pom is at the same directory level as the child poms. This way, the relative path to y

Re: Parametrisizing artifact version numbers

2007-09-12 Thread Anders . Romin
Hi! I tried the release plugin a few months ago and couldn't get it to work for such a complex setup. If I remember correctly, when I did the release:prepare stage with -DdryRun=true it worked fine, but when I did it for real I got some exception... But still, even if I got that to work, I would s

Parametrisizing artifact version numbers

2007-09-12 Thread Anders . Romin
Hi! I'm working on a few different maven projects with several modules in each. Most of the modules have dependencies to other modules within the same project and also to other projects. Since the development in most of these projects go in parallell, most of the dependencies are towards snapshot