Eric Redmond wrote:

I see what you are trying to do... but why? If you do not define a child
project's version, it automatically inherits from its parent. Just take
<version>${main.version}</version> out.

The trouble is that you need a -reference- to the parent's version in the children, and that reference does not seem to resolve any ${...} substitutions, so it needs to be hard coded. In other words, you get to query/replace all of your project's pom.xml files whenever you bump the version number.
--
cg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to