Property inheritance works for properties you put into the properties section of a parent pom.
The m-build-helper-p creates properties dynamically *after* maven already executed pom parsing and property inheritance. I. e.: inheriting dynamic properties does not work. HTH Ansgar Am 07.02.2013 21:30 schrieb "Graf László" <[email protected]>: > Hello, > > I try to port an existing ANT based build system to Maven. > > I set in my root POM (A) the org.codehaus.mojo:properties-**maven-plugin > to read all required properties from an existing property file. > Of course, this property file was specified relative to the A project. > > That works fine. But when I create a new Maven module (B) where I set > its parent to be A, and this is a module of A, it complains that does > not find the property file. > > Does exist the property inheritance in Maven? > > Thoughts? > > Graf László > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@maven.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > >
