Hello, I don't know of a plugin that does what you want, but I have used several plugins to repack an ear. I used the dependency plugin to unpack the ear. The maven-config-processor-plugin to change application.xml and the assembly-plugin to pack the ear again.
Regards, Johan -----Ursprungligt meddelande----- Från: Bruce Albrecht [mailto:[email protected]] Skickat: den 8 december 2011 07:56 Till: Maven Users List Ämne: Using maven to modify a vendor supplied war/ear 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? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
