summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/license/finder/ext/maven.rb1
-rw-r--r--lib/license/management/version.rb2
2 files changed, 2 insertions, 1 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
diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb
index b26354f..c004a9c 100644
--- a/lib/license/management/version.rb
+++ b/lib/license/management/version.rb
@@ -2,6 +2,6 @@
module License
module Management
- VERSION = '3.1.3'
+ VERSION = '3.1.4'
end
end