Re: Indirect dependency of sub modules problem.

2011-01-05 Thread Hayarobi Park
Thank you Anders and Zac. The project was originally managed by Ant (by other man), and I'm porting that project to maven now. I don't change module structure yet, but probably the time to change will come soon. The manager is standalone data server that manage whole configurations of the

Re: Indirect dependency of sub modules problem.

2011-01-04 Thread Zac Thompson
I agree with Anders that your structure should probably be modified. I am also suspicious of the utils/config component. I highly doubt that it should be dependent on clientAPI. I find myself questioning if it should exist at all. 1) I think utils/config should not be dependent on clientAPI, or

Indirect dependency of sub modules problem.

2011-01-03 Thread Hayarobi Park
Hello, I'm managing maven project of my team, and having truble in module dependencies.. The root project has some sub modules. A submodule named utils has a few submodule; config, logger, json and etc. Another submodule mid has manager submodule, which are pom project and has core,

Re: Indirect dependency of sub modules problem.

2011-01-03 Thread Anders Hammar
What version of Maven are you using? Have you tried 3.0.1? Out of a module design perspective, I find your structure strange and I think that you should try to re-arrange. In some sense you do have cyclic dependencies, as utils depends on mid, while mid depends on utils. /Anders On Tue, Jan 4,