web deployment - packaging multi module maven project as one war -
i have maven project , has 3 modules core, admin, site. admin , site deployed separate wars possible have whole thing packaged 1 war?
without knowing classes have , why 3 war modules possibilities maven:
- change have 1 war file, when want deploy them 1 why should separate modules?
- two modules add common resources last war file can try use war overlay.
- all 3 modules separate war files have different content roots , should separated @ cost. create ear module 3 war dependency files , deploy ear instead of war file.
Comments
Post a Comment