Kristian Nordal <kristian.nordal <at> gmail.com> writes:

> You need some way of connecting them together. If you don't have a  
> parent project, then they are just three independent projects. Then  
> you must put the dependencies in the repository manually. You should  
> look into creating a parent POM, <modules> are easy to use (and not a  
> lot of work) and things like dependency management is very nice.
> 

Exactly -- connect them together. And IMHO defining dependancy from
"my.app.runtime" to "my.app.utils" is getting pretty close to connecting two
individuals together. So, creation of a parent project is duplication of
information. And what if "my.app.utils" depends on something else? Then someone
should manually traverse all the dependancies and come up with a complete list
of modules to include in parent project.

Regards,
Miks



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to