SCM path calculations don't work when parent and grandparent are in sibling 
directories
---------------------------------------------------------------------------------------

         Key: MNG-2302
         URL: http://jira.codehaus.org/browse/MNG-2302
     Project: Maven 2
        Type: Bug

  Components: Inheritence and Interpolation  
    Versions: 2.0.4    
    Reporter: John Casey


I have the following directory structure:

-top
 |
 +-grandparent
 |
 +-parent
 |
 +-child

where modules are specified in grandparent and parent, respectively, as:

<module>../parent</module>

and 

<module>../child</module>

When I put these into Continuum, and it tries to use the SCM info provided in 
the grandparent, it winds up thinking the child directory is a subdirectory of 
the parent directory.

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