I don't know if I've lost my mind or what, but Maven is not giving me
an error when I have cyclic dependencies.

I just tried a simple two projects A and B that depend on each other,
and Maven gives me no errors when resolving dependencies.

You can clearly see the cycle when running mvn dependency:tree.

C:\mycomps2\compa>mvn dependency:tree
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building compa
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree {execution: default-cli}]
[INFO] mygroup:compa:pom:1.0.0
[INFO] \- mygroup:compb:zip:vc-all:1.0.0:compile
[INFO]    \- mygroup:compa:zip:vc-all:1.0.0:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Mon Jan 24 15:00:16 MST 2011
[INFO] Final Memory: 19M/483M
[INFO] ------------------------------------------------------------------------

Am I losing my mind?  What's going on?  Does it have something to do
with the fact that I am using the assembly plugin with "zip"
classifer?

Phillip

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to