Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.10
-
None
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.
Attachments
Issue Links
- depends upon
-
WAGON-111 UNC paths don't work when properly URL encoded.
- Closed
- is duplicated by
-
MDEPLOY-37 On Windows, Maven requires local distribution repository URL be specified as invalid file URL with Windows path.
- Closed
- relates to
-
MNG-4217 trunk create a directory with %20 in name (trunk rev 787409)
- Closed