if war plugin finds 'war' dependency then un-war it and merge content of dependency war into created war. At least web.xml files should be merged together, probably more descriptor files too - but this may be done as postGoals.
I don't think that merging web.xml or other files is a good idea. The logic for that has a good chance of becoming obscure and fragile.
I would just make the dependant project files override the dependencies files. Simpler & more predictable...
R.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
