Skip to content

Fix maven-release-plugin version incompatibility with maven-scm#103

Merged
tgd merged 2 commits intodevelopfrom
feature/fix-maven-release-plugin-regression
Jan 28, 2026
Merged

Fix maven-release-plugin version incompatibility with maven-scm#103
tgd merged 2 commits intodevelopfrom
feature/fix-maven-release-plugin-regression

Conversation

@tgd
Copy link
Copy Markdown
Contributor

@tgd tgd commented Jan 28, 2026

Summary

  • Restores explicit maven-release-plugin version 3.0.0-M4 to fix NoSuchMethodError during mvn release:prepare

Problem

Commit 892a7bf removed the explicit plugin version but kept the maven-scm-provider-gitexe:1.11.2 dependency. The parent POM's maven-release-plugin:3.0.1 requires maven-scm 2.x APIs, causing:
java.lang.NoSuchMethodError: org.apache.maven.scm.provider.git.AbstractGitScmProvider.getLogger()

Test

mvn release:prepare -DdryRun=true -Darguments="-DskipTests"

@sonarqubecloud
Copy link
Copy Markdown

@tgd tgd merged commit 59cf809 into develop Jan 28, 2026
10 of 11 checks passed
@tgd tgd deleted the feature/fix-maven-release-plugin-regression branch January 28, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants