On Mon, 2008-01-07 at 16:21 +0100, Zsolt KOZAK wrote:
> Hi,
> 
> I have the following problem.
> 
> We use a custom packaging called "warstub". We uses modules and if a
> module depends on other modules, its war will contain ALL the
> dependecies (jars, html, images, etc). A warstub would contain only the
> current module web-stuff (jar, html, etc.), so it's a kind of war but
> contains less stuff. We created our own plugin which creates "warstub".
> 

If I understand correctly what you are trying to achieve, you might want
to use the overlay capability of the war plugin, by adding a dependency
of type "war".

http://maven.apache.org/plugins/maven-war-plugin/overlays.html

HTH, -Olivier


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

Reply via email to