Am 12/02/16 um 21:14 schrieb Florian Schätz:
> And this I can't see a way to store the grandparent version in a 
> property via a ${project.version}, because every child will override it 

<https://issues.apache.org/jira/browse/MNG-5900>

For now, you can make that property a constant in the grandparent like
"<grandparent.version>1.0.0-SNAPSHOT</grandparent.version>" and use that
property itself in the grandparent like
"<version>${grandparent.version}</version>". Should not override that
property in modules, of course.

Regards,
-- 
Christian


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to