Re: creating different packages for different customers

2006-10-12 Thread Andrew Williams
Aha, then I think the earlier suggestions may have been correct - you want to keep all the common work in 1 war artifact (NOT a parent pom, a separate child module) and depend on that in the client specific wars - this will then merge the common into the client specific work creating your compl

Re: creating different packages for different customers

2006-10-11 Thread Adam Hardy
You should also look at web-app filtering, to replace tokens in web.xml or other config or jsp files with properties which you set in profiles, one profile for each customer. I can see that seperate wars for each customer would be v. useful for situations where the differences between customer

RE: creating different packages for different customers

2006-10-10 Thread Jörg Schaible
Marek Chowaniok wrote on Tuesday, October 10, 2006 11:22 AM: > Thanks Jorg, > if I understand it corectly than > product-web-customer will have in pom.xml pom > and the 3 others will have in pom.xml war > and those 3 will have dependecy on the parent ? No, all are wars. Keep the common stuff in o

RE: creating different packages for different customers

2006-10-10 Thread Marek Chowaniok
on stuff and 3 ones for the different > customers. Let those be dependend on the common war, it will merged into > the customer's ones. > > - Jörg > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For ad

RE: creating different packages for different customers

2006-10-09 Thread Jörg Schaible
Marek Chowaniok wrote on Tuesday, October 10, 2006 7:36 AM: > We have separate projects (i.e.product-web-customer, > product-web-customer1 and product-web-customer2) with just the > different files. > i.e. we have 20 jsp pages but just the 2 are defferent and > are in separate > projects. > > Ri

Re: creating different packages for different customers

2006-10-09 Thread Marek Chowaniok
e to do this? >>> 2. Can you point me on some web or show how it can be done? >>> >>> Thanks >>> >>> >> >> > > > ----- > To unsubscribe

Re: creating different packages for different customers

2006-10-09 Thread Andrew Williams
If you are seperating your logic from your view correctly (i.e. product-api, product-core and product-web modules) then you can have a different product-web module for each customer and just ship the correct one :) Andrew Marek Chowaniok wrote: No one has request for this feature? Please re

Re: creating different packages for different customers

2006-10-09 Thread Marek Chowaniok
n2 able to do this? > 2. Can you point me on some web or show how it can be done? > > Thanks > -- View this message in context: http://www.nabble.com/creating-different-packages-for-different-customers-tf2394347.html#a67

creating different packages for different customers

2006-10-06 Thread Marek Chowaniok
we need to create 3 different deploys with correct web site inserted in in corect deploy (without those others). My questions: 1. Is Maven2 able to do this? 2. Can you point me on some web or show how it can be done? Thanks -- View this message in context: http://www.nabble.com/creating-different-pa