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]