Reputation: 1253
I know that there is an ability to check third-party licenses in your project using License Maven plug-in. Specifically using mvn license:third-party-report goal. However, the problem is that the report will include both declared and transitive dependencies.
I wonder is there any way to report only declared dependency licenses(meaning only those that are present in pom.xml)?
Upvotes: 2
Views: 177