On Fri, Oct 1, 2010 at 8:08 PM, Jon Paynter <kittl...@gmail.com> wrote:
> I suspect we are missing something in the way maven was designed to work.
>  How is multi-module development intended to work?

You have it right.  Maven will not go build a sibling module, it will
use what's in the local repository.

Most IDEs are capable of watching for changes and re-compiling on the
fly so that you have the latest available.

If you are working from the command line and want that behavior, you
need to build from the top.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to