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.
Right now (not using maven in this project yet) we have to do deploy for product-web-customer and replace files in this deploy with concrete jsp files from different project. I am just starting using maven, so I don't know what the proper way how to do it. And how maven usually handle this situation. So is there something that I would do deploy for product-web-customer and tell maven to add/replace some JSP from different customer project ? thanks Marek Andrew Williams-5 wrote: > > 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 reply if you are using this. >> >> Marek >> >> Marek Chowaniok wrote: >> >>> Hi all, >>> In our company we need to create more packages (jar, war) for different >>> customers. The content mostly will be same (like "logic layer" of the >>> application) but the "view layer" should be different. >>> >>> i.e. we have (Cust1Index.jsp, Cust2Index.jsp, Cust3Index.jsp) and 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 >>> >>> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/creating-different-packages-for-different-customers-tf2394347.html#a6730442 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
