Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Bug
-
4.0.0-alpha-12, 4.0.0-alpha-13
-
None
-
None
Description
When running this command:
./mvnw versions:display-dependency-updates -ntp -Prun-its -DallowMajorUpdates=true -Dmaven.version.ignore='.*-SNAPSHOT,.*-M[0-9],.*[aA]lpha(-)?[0-9],.*-RC[0-9],.*beta(-)?[0-9]*' -pl . ─╯
with Maven Wrapper and Maven 4.0.0-alpha-12, it will actually output the dependency trees on all projects.
When switching back to v3.9.6, this does not happen.
Expected outcome
Only display updates from root project
Actual outcome
ignores? parameter -pl .
Versions
dependency-plugin v3.6.1