multi level multi module build with cyclic references does not work
-------------------------------------------------------------------

                 Key: MDEP-168
                 URL: http://jira.codehaus.org/browse/MDEP-168
             Project: Maven 2.x Dependency Plugin
          Issue Type: Bug
          Components: resolve
    Affects Versions: 2.0
            Reporter: Ulli Köpfler
            Assignee: Brian Fox
            Priority: Minor


Our main project consists of 3 multi modules projects m1, m2 and m3

m1 is a multi module project which contains again several projects.
There is a cyclic reference in m1 (only for test cases) which we solved with 
the dependency tag <scope>test</scope>:
A --> B --> only for test cases C --> A
If we build m1 separately it works.
If  we want to build our main project it aborts with "The projects in the 
reactor contain a cyclic reference" with the cycle shown above.

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