diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-23 17:14:01 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-23 17:14:01 -0600 |
| commit | aaeec39db453e75d6ac476b5f224dda174ff1db5 (patch) | |
| tree | ee261ad29f3bac5966f538a4d53cda4646bbdd22 | |
| parent | 2f7903762a61658aa7d550055aff08560808458f (diff) | |
Include debug logs from the license-maven-plugin
| -rw-r--r-- | lib/license/finder/ext/maven.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/license/finder/ext/maven.rb b/lib/license/finder/ext/maven.rb index 00e0d38..159f9f9 100644 --- a/lib/license/finder/ext/maven.rb +++ b/lib/license/finder/ext/maven.rb @@ -25,6 +25,7 @@ module LicenseFinder "-e", "org.codehaus.mojo:license-maven-plugin:2.0.0:aggregate-download-licenses", "-Dlicense.excludedScopes=#{@ignored_groups.to_a.join(',')}", + "-Dorg.slf4j.simpleLogger.log.org.codehaus.mojo.license=debug", ENV.fetch('MAVEN_CLI_OPTS', '-DskipTests') ].join(' ') end |
