You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ashutosh Kumar <as...@ionidea.com> on 2004/10/01 15:30:07 UTC

interdependent modules

I have a top level directory where I keep project.xml . Then below it I
have 6 modules (directly under top level)In all of which I have
project.xml , maven.xml.
But some of these modules are interdependent. i.e. module A has some
dependency on module B and module B has some dependency in module A. How
can I make jar files at module level and detect build failures at module
level?
Regds
Ashutosh