Hello, I made a simple test with Eclipse just now. Eclipse doesn't allow project dependency cycle. Then I think Maven does the same.
Assumes project A depends on project B, then B must produces artifact and installs the artifact to repository firstly, then A could depend on it. But B depends on A, then B want A to be installed at repository, too. The cycle can not be resolved. a cup of Java, cheers! Sha Jiang jiangshachina wrote: > > Hello guys, > I suddenly have a virtual case just in mind. > There are two projects, A and B, each of them depends on the other one. > How do Maven to deal with the dependency cycle? > > a cup of Java, cheers! > Sha Jiang > -- View this message in context: http://www.nabble.com/Dependency-cycle--tf2606748s177.html#a7274732 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
