For the POM snippet
<distributionManagement> <repository> <id>maven-core-it</id> <url>file:///C:/test%20dir/</url> </repository> </distributionManagement>
the directory "test%20dir" will be created, i.e. the percent encoded characters of the URL are taken literally to the filesystem.
Fixed by upgrading to Wagon 1.0-beta-5 which contains the required fix.
Fixed by upgrading to Wagon 1.0-beta-5 which contains the required fix.