Hi Todd,
Todd Thiessen wrote at Dienstag, 24. März 2009 15:03:
> I was part of that discussion but I don't consider myself a Maven expert
> yet. However I did go away from the conversation and made a very simple
> maven multi-module project and ran a release on it. I ensured the project
> had dependencies between modules and the release worked without having to
> perform an install first and when using ${project.version}.
>
> Can anyone definitively answer if this is the correct way to do it? Or is
> using the string directly the correct way? Or is either way consider
> correct ;-).
IMHO either way is correct as long as you do not have to perform an explicit
install. Basically it depends on the time when Maven used the adjusted POMs
of parent and children, at what time the property is resolved and when the
depMgmt is applied. It seems, different versions of the release plugin and
Maven will work slightly different here.
- Jöärg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]