1) I have a MOJO that adds property to the MavenProject, using :-
project.getProperties().put("myNewProperty", value);
This mojo gets invoked during the parent pom's generate-resources
2) But I then find that child poms cannot see the property, even
though they have the above as a parent.
Are properties like this supposed to be inherited ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]