Hello I just discovered the war overlay option and this will be very usefull for me : I have to create a developper environment for a legacy project (build using a simple shell). We are adding a new module that will use up to date technos and separate datas from legacy, but must run in the same webapp.
I have converted the legacy java sources to be build using maven, to create legacy.war As building legacy is long (lot's of classes), I want to be able to package and run my new module war for testing quickly. I have created another war project for my new module and use overlay in legacy to merge both (only used for building the realease). How to configure the web.xml to be merged ? Nico.
