« Return to Thread: Converting AppFuse to a Maven 2 Project

Re: Converting AppFuse to a Maven 2 Project

by Alex Shneyderman :: Rate this Message:

Reply to Author | View in Thread

> Simply build a toolkit.war with your files to share. Let other wars dependend on it
> and anything will be copied over. See war plugin documentation.

WAR plugin does not allow for custom merging (web.xml,
springContext.xml, etc.), so take a look at cargo:uberwar
(cargo.codehaus.org). It allows for custom merging callbacks. Although
a pain in an ass to set up (hint: use latest snapshot)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Converting AppFuse to a Maven 2 Project