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.
That works fine. But when I create a new Maven module (B) where I set
its parent to be A, it complains that does not find the property file.

Of course, this property file was specified relative to the A project.

More than that, the org.apache.maven.plugins:maven-enforcer-plugin
says that the

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

Reply via email to