Skip to content

Commit

Permalink
fix: enable mvn plugin logging when running with -d
Browse files Browse the repository at this point in the history
Enable logging from the mvn plugin when running
the cli with DEBUG=snyk-mvn-plugin snyk test -d
  • Loading branch information
lili2311 committed May 13, 2020
1 parent 505720d commit 5414755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"snyk-go-plugin": "1.14.0",
"snyk-gradle-plugin": "3.2.7",
"snyk-module": "1.9.1",
"snyk-mvn-plugin": "2.15.1",
"snyk-mvn-plugin": "2.15.2",
"snyk-nodejs-lockfile-parser": "1.22.0",
"snyk-nuget-plugin": "1.17.0",
"snyk-php-plugin": "1.9.0",
Expand Down
1 change: 1 addition & 0 deletions src/cli/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const DEBUG_DEFAULT_NAMESPACES = [
'snyk',
'snyk-gradle-plugin',
'snyk-sbt-plugin',
'snyk-mvn-plugin',
];

function dashToCamelCase(dash) {
Expand Down

0 comments on commit 5414755

Please sign in to comment.