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

RE: Converting AppFuse to a Maven 2 Project

by Jörg Schaible :: Rate this Message:

Reply to Author | View in Thread

Hi Matt,

Matt Raible wrote on Wednesday, July 19, 2006 7:56 AM:

[snip]

> With Maven and separate modules,
> it seems like duplication might be a necessary evil.  For example,
> there are many common CSS/JavaScript files between the web framework
> implementations.  There's no way to copy these into each option's WAR
> at build-time is there?  The easiest way to solve this might be
> svn:externals AFAIK.

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.

- Jörg

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

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