Closed
Description
In namespacing all springboot macro outputs in #139 I broke support for git.properties files being automatically loaded into the actuator/info endpoint, and any custom use cases users have built for git.properties.
Example: demoapp-git.properties
The namespaced git.properties filename needs to be renamed to just git.properties as it is copied into the jar. Also, it has been a todo list item to add tests that verify file layouts within the generated springboot jar. Now is a good time to add that.