Re: War plugin and Overlays handling

2007-04-08 Thread Stephane Nicoll
WEB-INF/lib sorry. Just back from vacation, hope ApacheCon was good. I've worked on it during the week and I'll send a mail later, probably tomorrow. Stéphane. On 3/30/07, Andrew Williams <[EMAIL PROTECTED]> wrote: On 21 Mar 2007, at 07:04, Stephane Nicoll wrote: > Hi, > > On 3/21/07, Brian

Re: War plugin and Overlays handling

2007-03-30 Thread Andrew Williams
On 21 Mar 2007, at 07:04, Stephane Nicoll wrote: Hi, On 3/21/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: Will the use of this new overlay cause the transitive dependencies of the overlayed wars to be resolved and included? I currently construct wars that I intend to be used as overlays by

Re: War plugin and Overlays handling

2007-03-25 Thread Stephane Nicoll
OK, good to hear, we'll have a look. One of the very first step I would like to achieve is to share the following functionalities: * Ability to filter data *with* interpolation (just like what's inside the resources plugin) * Ability to unpack archives with includes/excludes filter *and* the abi

Re: War plugin and Overlays handling

2007-03-21 Thread mraible
If you're looking for a solution to resolving transitive dependencies from WARs, you can use the maven-warpath-plugin. We (at the AppFuse project) would *love* to see the functionality from this plugin added to the maven-war-plugin. http://static.appfuse.org/plugins/maven-warpath-plugin/ Matt

Re: War plugin and Overlays handling

2007-03-20 Thread Stephane Nicoll
Hi, On 3/21/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: Stephane, Piotr, Thanks for taking this on and putting together this proposal. As we discussed previously, I have significant issues with the current war plugin, so much that we have been stuck using a patched version of 2.0-beta-2 becaus

RE: War plugin and Overlays handling

2007-03-20 Thread Brian E. Fox
Stephane, Piotr, Thanks for taking this on and putting together this proposal. As we discussed previously, I have significant issues with the current war plugin, so much that we have been stuck using a patched version of 2.0-beta-2 because anything newer breaks my build. I believe that your pro