[ https://issues.apache.org/jira/browse/SCM-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17962290#comment-17962290 ]
ASF GitHub Bot commented on SCM-629: ------------------------------------ jira-importer commented on issue #836: URL: https://github.com/apache/maven-scm/issues/836#issuecomment-2964626721 **[Mirko Friedenhagen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mfriedenhagen)** commented Xavier, I did find a workaround :-). Specify your `<developerConnection>` like this: ``` <developerConnection>scm:git:ssh://g...@github.com/360-Innovations/FJPAQuery.git</developerConnection> ``` The only drawback is, you may not copy the URL from github directly but have to adapt it manually in your POM. Worked fine for me with the release plugin, so I am happy. > parsing server path starting with digit > --------------------------------------- > > Key: SCM-629 > URL: https://issues.apache.org/jira/browse/SCM-629 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Bug > Components: maven-scm-provider-gitexe > Affects Versions: 1.5 > Reporter: Xavier Jodoin > Assignee: Olivier Lamy > Priority: Major > Attachments: Capture.png, fix_repoPath_with_digit.patch > > > scm:git:g...@github.com:360-Innovations/FJPAQuery.git > it will get 360 as the server port -- This message was sent by Atlassian Jira (v8.20.10#820010)