Let's say I have a property foo defined in my parent POM. Is it possible to access the "foo" propery in any of the children?
To give you a bit of context, I am working on a multi-module maven project with inheritance.
I did search the web and some forums for a while and could not find the answer.
Many thanks in advance.