Bruce Albrecht wrote: > Our company has several projects where we have received a war or ear > from a vendor, and we need to insert jars or configuration files into > the vendor artifact before deploying them. Is there an existing maven > plugin that can handle this? If there is such a plugin, can it manage > inserting/updating files in embedded jars/wars also?
You may simply use the war plugin to create a new war and use your vendor war as overlay. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
