Re: AW: Maven WebSphere 6.1

2008-06-11 Thread Chris_Graham
Hi Kuno. I understand why you've done what you've done, but it is not a very CI friendly approach (as it does require a local install). Multiple versions, and even fix pack variations, and especially when you may wish to consider feature packs (ejb 3, web services etc),

AW: AW: Maven WebSphere 6.1

2008-06-11 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
. However, I'd like to share different opinions and maybe we'll find even a better approach. Thanks a lot. Kuno -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 12. Juni 2008 01:56 An: Maven Users List Betreff: Re: AW: Maven WebSphere 6.1

AW: Maven WebSphere 6.1

2008-06-10 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
Hello! I've got another approach. First, I've defined a WAS_HOME constant in my parent pom. Second, I've defined the websphere dependencies with system scope. Or in other words, I've defined the dependencies with a link to the local filesystem using the WAS_HOME constant. With this approach