Skip to content

Conversation

@sebastian-nagel
Copy link
Contributor

  • add ant target ant report-licenses (for core and plugins) which generates tabular reports of dependency licenses

The created table is comparable to those created by the Maven license plugin

  • it also shows dual licenses (important if one of the alternatives is compatible with the Apache license)
  • must be called separately for core and each plugin, e.g.
# Nutch core
ant report-licenses
more build/org.apache.nutch-nutch-default-3rd-party-licenses.tsv

# plugin any23
cd src/plugin/any23
ant report-licenses
more ../../../build/any23/org.apache.nutch-any23-default-3rd-party-licenses.tsv

- add ant target `ant report-licenses` (for core and plugins)
  which generates tabular reports of dependency licenses
@lewismc
Copy link
Member

lewismc commented Aug 8, 2018

+1

@sebastian-nagel sebastian-nagel merged commit 1130e68 into apache:master Aug 17, 2018
@sebastian-nagel sebastian-nagel deleted the NUTCH-2621-3rd-party-license-report branch August 17, 2018 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants