Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-alpha-3
-
None
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.