Description
Check if any new files are added which are without Apache license notice. Decide whether to add such files a part of rat check exclusion list in POM.xml or not.
Steps:
- 'git tag' can give you all tags, pick last release tag name
- git diff <last-release-tag>. In the less view, search for "--- /dev/null" for finding files added. Search for "+++ /dev/null" for files deleted.
One can also get list of added files using : git dif <last-release-tag> --summary | grep create . Example git diff apache-lens-2.5.0-beta --summary | grep create
Attachments
Issue Links
- incorporates
-
LENS-1321 Add License message for properties files
- Resolved