Skip to content

Commit

Permalink
fix: maven aggregate project test scope
Browse files Browse the repository at this point in the history
Support --dev flag and --maven-aggregate-project. The --maven-aggregate-project flag now defaults to non test scope dependencies. Only when using --dev will Snyk include test scope dependencies.

This is more inline with the way other Snyk plugins work, defaulting to production dependencies only.

See snyk/snyk-mvn-plugin#144
  • Loading branch information
gitphill committed Feb 3, 2023
1 parent 83eaba1 commit 3618d6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"snyk-go-plugin": "^1.19.4",
"snyk-gradle-plugin": "3.25.2",
"snyk-module": "3.1.0",
"snyk-mvn-plugin": "2.32.0",
"snyk-mvn-plugin": "2.32.2",
"snyk-nodejs-lockfile-parser": "1.45.1",
"snyk-nuget-plugin": "1.23.5",
"snyk-php-plugin": "1.9.2",
Expand Down

0 comments on commit 3618d6a

Please sign in to comment.