Join Failure on non-empty parent node and empty child node
----------------------------------------------------------

                 Key: MNG-3979
                 URL: http://jira.codehaus.org/browse/MNG-3979
             Project: Maven 2
          Issue Type: Bug
          Components: Inheritance and Interpolation
    Affects Versions: 3.0-alpha-2
            Reporter: Shane Isbell
             Fix For: 3.0-alpha-2


The following join fails because the parent snapshot element contains a subnode 
and the child one does not.
Parent Node:
    <repository>
      <id>central</id>
      <name>Maven Repository Switchboard</name>
      <layout>default</layout>
      <url>http://repo1.maven.org/maven2</url>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>

Child Node:
    <repository>
      <id>central</id>
      <releases />
      <snapshots />
      <url>http://central</url>
  </repository>





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