Inheritance of project/site/scm URLs does not take child's relative location to 
parent into account
---------------------------------------------------------------------------------------------------

                 Key: MNG-3848
                 URL: http://jira.codehaus.org/browse/MNG-3848
             Project: Maven 2
          Issue Type: Bug
          Components: Inheritance and Interpolation
    Affects Versions: 3.0-alpha-1
            Reporter: Benjamin Bentmann
            Priority: Minor


For a multi-module layout like
{noformat}
parent/
  pom.xml
child/
  pom.xml
{noformat}
and a project URL like "http://foo.org/parent"; inherited from the parent, the 
child is expected to end up with the URL "http://foo.org/child"; instead of 
"http://foo.org/parent/child";, i.e. the child's relative location to the parent 
should be considered during inheritance.

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