Prevent extension scanner from looping infinitely when projects are in a 
flattened structure
--------------------------------------------------------------------------------------------

                 Key: MNG-2819
                 URL: http://jira.codehaus.org/browse/MNG-2819
             Project: Maven 2
          Issue Type: Bug
    Affects Versions: 2.1.x
            Reporter: Jason van Zyl


When you have a directory structure like this:

MNGECLIPSE-256pom/
  pom.xml
MNGECLIPSE-256utility/
  pom.xml
MNGECLIPSE-256web/
  pom.xml

Where the parent POM does something like:

<modules>                        
  <module>../MNGECLIPSE-256web</module>                       
  <module>../MNGECLIPSE-256utility</module>
</modules>

The extension scanner loops infinitely. Found while testing the Eclipse 
Integration where it is common for users to put projects in a flattened 
structure as only later versions of eclipse understand a nested structure.

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