Hello,

I just migrated some of our J2EE projects to maven 2.
Now I have the problem with dependencies, with Maven telling me that I have
cyclic references between my projects.
Is it possible to handle those cyclic references or do I have to do some
refactoring?

Eclipse just gives a warning when they are cyclic references, but it can
still compile the code in the right order.
Is Maven 2 capable of such a thing?

Thanks,

-Lucas

Reply via email to