[ https://issues.apache.org/jira/browse/SCM-892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964030#comment-17964030 ]
ASF GitHub Bot commented on SCM-892: ------------------------------------ jira-importer opened a new issue, #1255: URL: https://github.com/apache/maven-scm/issues/1255 **[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** opened **[SCM-892](https://issues.apache.org/jira/browse/SCM-892?redirect=false)** and commented Some spots are expected to return URLs, but they merely do `File#getAbsolutPath()` or try to contstruct a halfbroken URL. Rely on `java.nio.Path` and `URI` and it will work on Windows, Unix and Cygwin. --- **Affects:** 1.10.0 > URLs aren't set where URLs are expected > --------------------------------------- > > Key: SCM-892 > URL: https://issues.apache.org/jira/browse/SCM-892 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Bug > Components: maven-scm-provider-gitexe, maven-scm-provider-svn > Affects Versions: 1.10.0 > Reporter: Michael Osipov > Assignee: Michael Osipov > Priority: Major > Fix For: 1.11.1 > > > Some spots are expected to return URLs, but they merely do > {{File#getAbsolutPath()}} or try to contstruct a halfbroken URL. Rely on > {{java.nio.Path}} and {{URI}} and it will work on Windows, Unix and Cygwin. -- This message was sent by Atlassian Jira (v8.20.10#820010)