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]