I want to check the licenses of my maven repository. I know how to generate a license report for a maven project (see Maven Project Info Report) but not for a whole repository.
Asked
Active
Viewed 364 times
0
-
First you like to Maven Project Info Report is wrong. This is the correct location: https://maven.apache.org/plugins/maven-project-info-reports-plugin/license-mojo.html . Apart from that: Are you talking about your local cache $HOME/.m2/repository or from your repository manager ? – khmarbaise Apr 14 '17 at 11:47
-
I have corrected the link. Thanks for your advice. I'm talking about my local repository. – pernpas Apr 14 '17 at 15:24
-
May be you could take a look at: http://www.mojohaus.org/license-maven-plugin/ – khmarbaise Apr 16 '17 at 16:35