Skip to content

Commit 3618d6a

Browse files
committed
fix: maven aggregate project test scope
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
1 parent 83eaba1 commit 3618d6a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"snyk-go-plugin": "^1.19.4",
119119
"snyk-gradle-plugin": "3.25.2",
120120
"snyk-module": "3.1.0",
121-
"snyk-mvn-plugin": "2.32.0",
121+
"snyk-mvn-plugin": "2.32.2",
122122
"snyk-nodejs-lockfile-parser": "1.45.1",
123123
"snyk-nuget-plugin": "1.23.5",
124124
"snyk-php-plugin": "1.9.2",

0 commit comments

Comments
 (0)