On 11-12-08 12:09 AM, Jörg Schaible wrote:
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.


I have used that quite successfully in the past in exactly your scenario. In my case it was the JasperServer Pro war that I overlaid with different configuration for security, layout/styles and database connections adding in different jdbc drivers.

I am not sure if the ear plugin has a similar feature.

manfred

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to