gokareless
gokareless

Reputation: 1253

Is there any way to report only declared licences using Maven?

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

Answers (0)

Related Questions