AW: Advanced exclude pattern for Skinny Wars

2008-05-30 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
thanks, actually, I didn't realize that a comma separated list is possible. I think, this should do it. Kuno -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 30. Mai 2008 03:32 An: Maven Users List Betreff: Re: Advanced exclude pattern

advanced exclude pattern for Skinny Wars

2008-05-29 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
Hello, in der Maven documentation is an article about a workaround for creating skinny wars. http://maven.apache.org/plugins/maven-war-plugin/examples/skinny-wars.html In this approach, all libs in WEB-INF/lib are exluded by applying following pattern configuration:

Advanced exclude pattern for Skinny Wars

2008-05-29 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
Hello, in der Maven documentation is an article about a workaround for creating skinny wars. http://maven.apache.org/plugins/maven-war-plugin/examples/skinny-wars.html In this approach, all libs in WEB-INF/lib are exluded by applying following pattern configuration:

Re: advanced exclude pattern for Skinny Wars

2008-05-29 Thread Wayne Fay
Is this a question? Or a suggestion for an improvement in the documentation somehow? Or something else entirely? Its just not clear to me. ;-) Wayne On 5/29/08, Baeriswyl Kuno - Extern (IT-BA-MV) [EMAIL PROTECTED] wrote: Hello, in der Maven documentation is an article about a workaround for

Re: advanced exclude pattern for Skinny Wars

2008-05-29 Thread Wayne Fay
Oh, I see this was a mistake, you weren't done with the email... Nevermind! On 5/29/08, Wayne Fay [EMAIL PROTECTED] wrote: Is this a question? Or a suggestion for an improvement in the documentation somehow? Or something else entirely? Its just not clear to me. ;-) Wayne On 5/29/08,

Re: Advanced exclude pattern for Skinny Wars

2008-05-29 Thread Wayne Fay
I think the best way to achieve this would be by simply configuring the scope of the various dependencies. Thus your Struts libraries would be compile scope and the utility libraries would be provided. Then you will need to include the utility libs in the EAR module (as dependencies) as well so

AW: Advanced exclude pattern for Skinny Wars for RAD / WAS

2008-05-29 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
Betreff: Re: Advanced exclude pattern for Skinny Wars I think the best way to achieve this would be by simply configuring the scope of the various dependencies. Thus your Struts libraries would be compile scope and the utility libraries would be provided. Then you will need to include the utility

Re: Advanced exclude pattern for Skinny Wars

2008-05-29 Thread Chris_Graham
Baeriswyl Kuno - Extern (IT-BA-MV) [EMAIL PROTECTED] wrote on 30/05/2008 00:37:53: Hello, in der Maven documentation is an article about a workaround for creating skinny wars. http://maven.apache.org/plugins/maven-war- plugin/examples/skinny-wars.html In this approach, all libs in

Re: Advanced exclude pattern for Skinny Wars

2008-05-29 Thread Chris_Graham
Baeriswyl Kuno - Extern (IT-BA-MV) [EMAIL PROTECTED] wrote on 30/05/2008 00:37:53: Hello, in der Maven documentation is an article about a workaround for creating skinny wars. http://maven.apache.org/plugins/maven-war- plugin/examples/skinny-wars.html In this approach, all libs in