On Wed, Apr 6, 2011 at 10:37 AM, Adam Gibbons <adam.s.gibb...@gmail.com> wrote:

> At the moment I don't think the jar modules get compiled/deployed
> when i build the war.

What makes you say that?  What exactly are you doing and what happens
vs. what you expected to happen?

Guessing, I'd say you are in one of the war subdirectories typing "mvn install".

In that case, no, the Maven command line is not going to go build
anything else.   (If you need that to happen, I think some IDEs can
handle it for you.)

Instead, move up a level to the top-level pom shown in Karl's example
structure, and build from there.

Maven will then figure out the correct order and build everything for you.

-- 
Wendy

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

Reply via email to