It isn't possible.

The only thing you can do is build toplevel - Maven will skip certain
steps (like compile) if your projects haven't changed.

Tom

On 1/22/07, Sebastian Breit <[EMAIL PROTECTED]> wrote:
Hi,

this directory structure:

main project (pom)
  module jar
  module webapp

The webapp module has a dependency to the jar module.

If i change the classes in the jar module i have to go into the jar
module (mvn install) then i have to go into the webapp module and call
"mvn package" or so - not very nice...

How it is possible to call only "mvn package" in the webapp module and
maven looks at all dependent modules of the same project and
rebuild/reinstall all required modules?


Sebastian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to