I have a maven project which generate zip generated from ant scripts. Then this zip is deployed to specific application server again using ant script. this is very complex for maintenance. Now we move to use maven for building zip, so what is standard way to doing with respect to developer and client
- How to handle application server specific deployment(e.g for weblogic and jboss) Do I need to create 2 zip for each server?
- How to handle global configuration parameter like database, product specific settings. Where to put them, and how it use by developer and client?
- The installation of application sever is need to integrate with build cycle or what is best practice for it?