Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.6
    • build
    • None

    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

          Activity

            People

              puneet884 Puneet Gupta
              puneet884 Puneet Gupta
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: