[
https://issues.apache.org/jira/browse/NUTCH-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16550716#comment-16550716
]
ASF GitHub Bot commented on NUTCH-2621:
---------------------------------------
sebastian-nagel opened a new pull request #365: NUTCH-2621 Generate report of
third-party licenses
URL: https://github.com/apache/nutch/pull/365
- 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](https://www.mojohaus.org/license-maven-plugin/index.html)
- 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
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Generate report of third-party licenses
> ---------------------------------------
>
> Key: NUTCH-2621
> URL: https://issues.apache.org/jira/browse/NUTCH-2621
> Project: Nutch
> Issue Type: Sub-task
> Components: build
> Affects Versions: 1.15
> Reporter: Sebastian Nagel
> Priority: Trivial
> Fix For: 1.16
>
>
> Would be good to have the possibility to generate a list of third-party
> licenses of all dependent libraries shipped with the binary 1.x package.
> There is the {{ant report}} target which includes also licenses but a list or
> tabular view would be much easier to process than a graph or HTML report. Cf.
> the [Maven license
> plugin|https://www.mojohaus.org/license-maven-plugin/index.html].
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)