hi all, I have a question to maven modules structure.
I'm kinda new to maven and trying to migrate our ant based projects to maven. I've seen http://www.sonatype.com/books/mvnref-book/reference/pom-relationships-sect-multi-vs-inherit.html but all dependencies seems to be tree-like therefor I need to know experienced opinion to my question: Imagine I have situation like this: - root_project (pom) - contains submodules - client and server - client (pom - contains submodules), has parent root_project - server (pom - contains submodules), has parent root_project - core_api (used by client and server as well) (jar), has parent root_project is it OK to make core_api submodule of client and server as well? then I won't have tree structure.Or should I prefer making core_api a submodule of root_project? thanks in advance. pb --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
