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 diffplug/spotless#1418.
Affects: MAVEN-38
Issue Links:
- MPOM-349 Enable spotless for autoformatting
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/resourcesare currently not considered with regards to license file.This is currently blocked though by diffplug/spotless#1418.
Affects: MAVEN-38
Issue Links: