Hi Jens,

Jens Hohl wrote:
> when i only compile my multiproject which also contains an war module I
> get an error when the WAR is module ist compiled that there are missing
> dependencies.
> 
> Is that correct ? The war simply have to compile small amount of code
> against already compiled sourcecode from other modules.

Did you try to run "mvn install"?  This places the depended-on artifacts
in your local repository and makes them available to further modules.

Steve

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

Reply via email to