Re: plexus components configuration

2008-01-08 Thread Zsolt KOZAK
Hi Olivier, Thanks for the help. ;) I do know that lifecycle.xml is for this problem but I have not found any proper example for components.xml versus lifecycle.xml yet. :( Does anybody have a detailed example lifecycle.xml? cheers, Zsolt On 2008-01-08 01:47, Olivier Dehon wrote: On Tue,

plexus components configuration

2008-01-07 Thread Zsolt KOZAK
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

Re: plexus components configuration

2008-01-07 Thread Olivier Dehon
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

Re: plexus components configuration

2008-01-07 Thread Zsolt KOZAK
Hi Olivier, On 2008-01-08 00:36, Olivier Dehon wrote: 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

Re: plexus components configuration

2008-01-07 Thread Olivier Dehon
On Tue, 2008-01-08 at 00:46 +0100, Zsolt KOZAK wrote: So I have the following snipplet from a components.xml and I'd like to pass some config parameters to the maven-war-plugin for the package phase. Is it possible in a plexus components.xml? I have never done that myself so take it for