-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Properties read in parent module unavailable in children #32
Comments
I found the opposite is true too - properties read from in child POMs are not seen in the parent POMs. |
+1 |
1 similar comment
+1 |
@hboutemy @slachiewicz Any ideas on why this doesn't work? |
Workaround: https://stackoverflow.com/a/18838909/14731 |
I would REALLY like to see a fix for this issue. It would make life SO much more worth living :) |
Please look at #115 |
Perhaps my expectations are incorrect but I would expect that if a property file is read in by the parent then those properties should be available to its children as well.
For my use case, I have a couple giant globs of property files in the parent module containing properties that should be disseminated to its children but getting them there has proved a challenge.
It would be nice if we could hoist these up and make them available for child modules.
The text was updated successfully, but these errors were encountered: