maven-parent
maven-parent copied to clipboard
[MPOM-375] Add license header automatically to all files
Konrad Windszus opened MPOM-375 and commented
Currently license headers are only added to some java files. One should leverage option https://github.com/diffplug/spotless/tree/main/plugin-maven#license-header to add/modify it in all files (also to always properly reflect the year of the last modification).
Also e.g. Java files within src/test/resources are currently not considered with regards to license file.
This is currently blocked though by https://github.com/diffplug/spotless/issues/1418.
Affects: MAVEN-38
Issue Links:
- MPOM-349 Enable spotless for autoformatting
Yes, good idea to enforce common header