-
Notifications
You must be signed in to change notification settings - Fork 643
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
allow properties to be defined in an external file #52
Comments
i looked into doing this using the maven properties plugin but i can't figure out how to cause the initialize phase to run w/o doing this |
Indeed with the new 'external' configuration this could be already possible (with some minor limitation concerning port- and environment mapping). As you said, you can try the I think the best solution would be to add to PropertyConfigHandler to a new configuration If you like, you can work on this, I'm still on the logging stuff. |
i have all my application specific properties in an external file that gets pulled into the build via a filter for substitutions, etc - this lets me clean up the poms and keep build/application properties in separate places.
i'd like to be able to do this for properties i've defined in the docker maven config (eg bind ports, etc) and pull in the appropriate file based on the active profile.
it's possible this is already covered by the impending external configuration updates (i haven't looked at the code yet) but if it's not, i could see that being a big hit w/ that functionality.
thoughts? wiling to tackle this myself, just want to have a discussion first. :)
The text was updated successfully, but these errors were encountered: