kwin commented on code in PR #153:
URL: https://github.com/apache/maven-scm/pull/153#discussion_r922819277


##########
maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/src/main/java/org/apache/maven/scm/provider/git/jgit/JGitScmProvider.java:
##########
@@ -54,6 +58,12 @@
 public class JGitScmProvider
     extends AbstractGitScmProvider
 {
+    @Inject
+    public JGitScmProvider( Prompter prompter )
+    {
+        CredentialsProvider.setDefault( new 
PlexusInteractivityCredentialsProvider( true, prompter ) );

Review Comment:
   https://github.com/apache/maven-scm/pull/153#discussion_r922819246



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to