How do you manage the licenses of the dependencies (libraries) of your project?

Viewed 8107

I would like to know if the Nexus repository manager includes a License manager like Artifactory (with this plugin : http://wiki.jfrog.org/confluence/display/RTF/License+Control).

If there is no way to do that in Nexus via a plugin, how do you manage the licenses of the dependencies of your project (with maven) ?

e.g. for a commercial project, I can't include a GPL library into the final artifact (.jar, .war, etc.).

3 Answers
Related