[
https://issues.apache.org/jira/browse/LENS-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Puneet Gupta resolved LENS-1328.
--------------------------------
Resolution: Fixed
Fix Version/s: 2.6
> RAT Check for new files
> -----------------------
>
> Key: LENS-1328
> URL: https://issues.apache.org/jira/browse/LENS-1328
> Project: Apache Lens
> Issue Type: Sub-task
> Components: build
> Reporter: Puneet Gupta
> Assignee: Puneet Gupta
> Fix For: 2.6
>
>
> 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)