On Tue, Apr 13, 2010 at 12:19 PM, Viv Kapadekar <vi...@peoplepowerco.com> wrote: > The core module depends on shared-module.jar. But since both are under > development we have to run mvn install on shared-module before running any > commands on core-module. Is it possible that compilation of core, first > triggers mvn install of shared-module? I know if I do it from parent, it > will work fine. But usually we work on individual modules, so being able to > set this inter module dependency would help.
That's something your IDE should be able to handle for you, but Maven will not go build a sibling module automatically. As you've noted, building from the parent will work. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org