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
- depends upon
-
WAGON-111
UNC paths don't work when properly URL encoded.
-
- is duplicated by
-
MDEPLOY-37
On Windows, Maven requires local distribution repository URL be specified as invalid file URL with Windows path.
-
- relates to
-
MNG-4217
trunk create a directory with %20 in name (trunk rev 787409)
-
Fixed by upgrading to Wagon 1.0-beta-5 which contains the required fix.