Uh oh!
There was an error while loading. Please reload this page.
Update docs - #833
Conversation
TheSnoozer
commented
Mar 18, 2025
Thanks for your contribution! Perhaps two remarks/questions I would need your help in understanding: The Anyhow, let me emphasize that I think that your changes look already amazing and seem to clean the docs quite significantly, so again huge thanks for taking care of this! |
cliserkad
commented
Mar 19, 2025
@TheSnoozer The generate git properties file option replicates the functionality of maven resource filtering, but requires less configuration. Developers who typically use resource filtering should already know that they can use any maven properties. The readme now clearly states that the plugin exports maven properties, so I think it's a non issue. I also removed the Spring Bean example because I thought it was out of scope, and the new examples should be very easy to integrate for that use case. Likewise, I think resource filtering is somewhat out of scope. |
TheSnoozer
commented
Mar 19, 2025
Thanks for your additional input and your contribution! |
Adds tutorial code for runtime use of the git properties.
Reorganizes the documentation to present the most important information first.
Some parts were rewritten or removed for conciseness.
Please check out the new versions and click around before passing judgement on the huge diffs.