[ http://jira.codehaus.org/browse/MNG-2302?page=all ]

John Casey updated MNG-2302:
----------------------------

    Attachment: MNG-2302-test.zip

This is a test directory structure to highlight the flaw here, and verify that 
it's fixed.

TO VERIFY:

1. cd 2302/top
2. mvn -N install
3. cd ../middle
4. mvn -N install
5. cd ../bottom
6. mvn help:effective-pom | less

Verify that the URL in this POM is:

http://www.google.com/bottom

INCORRECT VALUE IS:

http://www.google.com/top/bottom

> 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
>          Issue Type: Bug
>          Components: Inheritence and Interpolation
>    Affects Versions: 2.0.4
>            Reporter: John Casey
>             Fix For: 2.0.5
>
>         Attachments: MNG-2302-test.zip
>
>
> 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