You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2019/02/03 19:31:00 UTC

[jira] [Created] (WAGON-556) Skip parsing of user info for file:// URLs

Michael Osipov created WAGON-556:
------------------------------------

             Summary: Skip parsing of user info for file:// URLs
                 Key: WAGON-556
                 URL: https://issues.apache.org/jira/browse/WAGON-556
             Project: Maven Wagon
          Issue Type: Task
          Components: wagon-provider-api
    Affects Versions: 3.3.1
            Reporter: Michael Osipov
            Assignee: Michael Osipov
             Fix For: 3.3.2


As long as we don't have a fully compliant parser, it is best to skip this for {{file://}} URLs.

Jenkins fails with:
{noformat}
org.apache.maven.wagon.TransferFailedException: Error getting file from SCM
Caused by: org.apache.maven.scm.ScmException: 
command failed: Cloning into 'checkout-org.apache.maven.wagon.providers.scm.UserSafeGitExeScmProvider'...
fatal: '/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test/' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
{noformat}

This is due to bad parsing of the URL containing an at sign as path component.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)