jira-importer commented on issue #789: URL: https://github.com/apache/maven-scm/issues/789#issuecomment-2964624230
**[Mark Struberg](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=struberg)** commented Hi! The original issue has already been fixed in the maven-release-manager/maven-release-plugin. Please see MRELEA[SE-501](https://issues.apache.org/jira/browse/SE-501). You can activate this feature by using $> mvn release:perform -DlocalCheckout=true The reason why we don't call a git-checkout but git-clone instead is because we a) need to test if the build is reproducible and b) git-checkout always works on the repo itself, but we need to get our sources into target/checkout. `@Gunnar` Gustavsson if your problem is still valid with the latest scm-provider-gitexe, then please file a separate issue - txs! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
