On Fri, Oct 1, 2010 at 8:08 PM, Jon Paynter <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
