[
http://jira.codehaus.org/browse/MNG-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=136674#action_136674
]
Ulli Adrion commented on MNG-3589:
----------------------------------
You're right. I've tried to comprehend the problem with a easy dummy project.
The solution is that A and B are in m1 and C in m2. If I build m1 separately it
worked because I had build m2 before. We have solved the problem with some
refactoring.
Thanks, Ulli
> multi level multi module build with cyclic references does not work
> -------------------------------------------------------------------
>
> Key: MNG-3589
> URL: http://jira.codehaus.org/browse/MNG-3589
> Project: Maven 2
> Issue Type: Bug
> Components: Reactor and workspace
> Reporter: Ulli Adrion
> 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