-
Notifications
You must be signed in to change notification settings - Fork 100
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
Ensure maven.properties can be forwarded to system properties for exec:java #346
Ensure maven.properties can be forwarded to system properties for exec:java #346
Conversation
… plugin friendly style of package based configuration classes
We shouldn't modify system property at all, it is shared by whole JVM and can have impact on other thread .. and so on. Even more some system properties are immutable like I don't know user case why Maven project properties are needed by user class.
|
@slawekjaranowski I can tend to agree but since it is already the case it is just a matter of enabling to access maven properties instead of having to wire 50+ properties in |
For me |
@slawekjaranowski sure Hope it makes sense. |
Can we get it merged 🙏 ? @slawekjaranowski do you want I work on your signature proposal after the merge or do we wait the need arises - I'm fine with both options? |
you can merge - as I already approved |
@slawekjaranowski no perms to do it (not sure it is an issue with my github account or anything else) |
eh... 5 commit merged 😠 forgot to squash |
@slawekjaranowski want to revert/reapply? Guess we can |
Never mind - it is ok, only some more commits then one. |
No description provided.