Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.10
-
Fix Version/s: 2.1.0
-
Component/s: Artifacts and Repositories
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
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.
Issue Links
| This issue is duplicated by: | ||||
| MDEPLOY-37 | On Windows, Maven requires local distribution repository URL be specified as invalid file URL with Windows path. |
|
|
|
| This issue relates to: | ||||
| MNG-4217 | trunk create a directory with %20 in name (trunk rev 787409) |
|
|
|
| This issue depends upon: | ||||
| WAGON-111 | UNC paths don't work when properly URL encoded. |
|
|
|
Fixed by upgrading to Wagon 1.0-beta-5 which contains the required fix.