The task 'rake license:generate-notice-file` Should also take into consideration jars
Open
packaging
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 88
Description
Before any releases of Logstash we are running a script to generate the "NOTICE.TXT" file, this file contains the list of all the plugins or library shipped with Logstash and their corresponding license.
The problem is this file only contains the license from the ruby side and not from the java side.
Since we are writing more and more java we need to update the script to also include the license from the included jars.
Contributor guide
Assessment
This issue has not been assessed yet.