When you are INSIDE a module/project, the only way that maven can locate the
dependencies is via local repository.
An therefor  all your dependent module must be installed..

However if you use the parent to build all modules, you dont have to run
"maven install" but "maven compile" would do
since maven is aware of all module's classes directory

-Dan

On 1/17/07, Dipl.-Ing. Torsten Liermann <[EMAIL PROTECTED]> wrote:

(Sorry, I can not speak english).

My question:

Must I install modules before compiling an other module with dependcies
to modules? Or is there a way without installing modules and start
compilation
within modules directory? The compilation from the parent directory
works fine...

Thanks,
Torsten

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


Reply via email to