Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0-alpha-3
-
Fix Version/s: 3.0-alpha-3
-
Component/s: Artifacts and Repositories
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
In existing Maven versions, calling getBasedir() on the local repository returns a proper filesystem path, i.e.
- the path uses the platform-specified file separator
- the path has no trailing separator
Trunk currently violates both of these principles. Plugins that rely on the specific path format will fail.
Fixed in r805061.