Module paths may be too long on Windows
---------------------------------------

                 Key: MNG-2687
                 URL: http://jira.codehaus.org/browse/MNG-2687
             Project: Maven 2
          Issue Type: Bug
    Affects Versions: 2.1
            Reporter: Stepan Roh
         Attachments: canonicalize_modules.patch

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).


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to