jira-importer commented on issue #971: URL: https://github.com/apache/maven-scm/issues/971#issuecomment-2964636714
**[Thomas Wabner](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=waffel)** commented After some more investigation, I guess the problem ist in plexus-utils-3.0.15 in org.codehaus.plexus.util.cli.Commandline line 513 or (the cause) 534 The toString() method is triggered by org.apache.maven.scm.provider.git.gitexe.command.GitCommandLineUtils line 111. There should be a change in this line to not use toString() ... here a "filtered" command line output should be used. -- 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]
