summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-23 17:14:01 -0600
committermo khan <mo.khan@gmail.com>2020-03-23 17:14:01 -0600
commitaaeec39db453e75d6ac476b5f224dda174ff1db5 (patch)
treeee261ad29f3bac5966f538a4d53cda4646bbdd22 /lib
parent2f7903762a61658aa7d550055aff08560808458f (diff)
Include debug logs from the license-maven-plugin
Diffstat (limited to 'lib')
-rw-r--r--lib/license/finder/ext/maven.rb1
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