This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch mvnup in repository https://gitbox.apache.org/repos/asf/maven.git
from 68ca50fcdc Add test to verify duplicate plugins in pluginManagement are handled add 86542b4628 chore: enhance Maven upgrade tools with additional compatibility fixes No new revisions were added by this update. Summary of changes: .../cling/invoker/mvnup/goals/BaseUpgradeGoal.java | 85 ++++++++++- .../mvnup/goals/MvnDirectoryCreationTest.java | 161 +++++++++++++++++++++ .../invoker/mvnup/goals/PluginUpgradeTest.java | 42 +++++- 3 files changed, 284 insertions(+), 4 deletions(-) create mode 100644 impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/MvnDirectoryCreationTest.java