[ https://issues.apache.org/jira/browse/WAGON-450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15116009#comment-15116009 ]
Karl Heinz Marbaise commented on WAGON-450: ------------------------------------------- So if you are inhouse why not using a repository manager inhouse (Nexus, Artifactory, Archiva)...Furthermore i would strongly recommend to move such jar into a repository inhouse...Furthermore you can use the following https://github.com/stephenc/non-maven-jar-maven-plugin as a better alternative...(read until the end of the comment of Stephen).. So an other question how does {{%2F}} can become part of a folder cause itself is already {{/}} which is a folder separator...can you describe more in detail how it has been created this character to become part of the folder... > Directory name with escaped slashes is not handled correctly > ------------------------------------------------------------ > > Key: WAGON-450 > URL: https://issues.apache.org/jira/browse/WAGON-450 > Project: Maven Wagon > Issue Type: Bug > Components: wagon-file > Affects Versions: 2.10 > Environment: RHEL6 x64 > Reporter: RomanS > > Project is located in directory /a/b%2Fc and has file protocol repository > reference: > {code:xml} > <repository> > <id>project.local</id> > <name>project</name> > <url>file:${project.basedir}/repo</url> > </repository> > {code} > During build it fails with: [ERROR] Failed to execute goal on project > core-api: Could not resolve dependencies for project xxxxxxxxx: Failed to > collect dependencies at xxxxxxxxxxxx:1.0-SNAPSHOT: Failed to read > artifact descriptor for xxxxxxxxx:1.0-SNAPSHOT: Could not transfer artifact > xxxxxxxx:1.0-SNAPSHOT from/to project.local (file:/a/b%2Fc/repo): Repository > path /a/b/c/repo does not exist, and cannot be created. -> [Help 1] > Workaround: rename project directory to smth w/o "%2F". -- This message was sent by Atlassian JIRA (v6.3.4#6332)