Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-alpha-1
-
Fix Version/s: 2.0.7
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Patch Submitted:Yes
Description
Consider this example:
multiproject X is in C:\some\folder and points to module Y with <module>../../Y</module>
module Y is multiproject and points to module Z with <module>../../Z</module>
module Z is normal jar project
Now when it comes to location of pom.xml of module Z, it will be: C:\some\folder\..\..\Y\..\..\Z\pom.xml. This may result in unnecessarily long path - too long for Windows. I suggest to use canonicalization which would make it much more shorter C:\Z\pom.xml (patch attached).
Issue Links
- is depended upon by
-
MNG-3141
Build not working if pom.xml is a symbolic link
-
Patch applied to trunk and branch.