Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified license report for multi-project build #40

Closed
shevek opened this issue Apr 14, 2014 · 6 comments
Closed

Unified license report for multi-project build #40

shevek opened this issue Apr 14, 2014 · 6 comments

Comments

@shevek
Copy link

shevek commented Apr 14, 2014

It's either missing or nonobvious, but I use the netflix gradle template, which uses this plugin, and it's not clear how to get a unified license report for a multi-project build. I get unified javadoc but not licenses.

Thank you.

@hierynomus
Copy link
Owner

At the moment there is no support yet for a unified license report.

@shevek
Copy link
Author

shevek commented Nov 10, 2014

We would all would love it if it were! :-) [Captain obvious speaking]

@shevek
Copy link
Author

shevek commented Sep 8, 2015

Update: License plugin currently applied like this, due to Netflix gradle template being obsolete:

https://github.com/shevek/gradle-stdproject-plugin/blob/master/src/main/java/org/anarres/gradle/plugin/stdproject/StdProjectPlugin.java#L177

@sschuberth
Copy link
Contributor

As a work-around, you could use Pivotal's LicenseFinder which uses this project underneath when scanning Gradle projects. LicenseFinder collects all results of all supported scanning tools, so you effectively get a unifed report also if you just scan a Gradle multi-project build.

Just be sure to build LicenseFinder from source instead of using the latest released version to get some important fixes WRT Gradle support.

@jonathannaguin
Copy link
Contributor

Is there any plan of having this done? Even it is possible to have a report for each sub-project, it would be great to see an aggregate report for all of them.
Thanks!

@hierynomus
Copy link
Owner

Fixed by @jonathannaguin :) Thanks a lot!

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

No branches or pull requests

4 participants