I'm new to Maven and come from an ant / ivy background.

It looks like Maven lets you define dependencies.  In a project with
multiple modules - can you define dependencies between modules in the
pom.xml for each module and then go to any module and build that module,
including its dependencies?

With ant / ivy this is simple - you can generate a list of builds that the
current project depends on and then run any ant target on that list of
builds - and ivy will make sure they are called in the right order
(transitively figuring out the dependencies).

Thanks
-- 
View this message in context: 
http://www.nabble.com/Multi-module-projects-tf3955564s177.html#a11223810
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to