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

Re: Converting AppFuse to a Maven 2 Project

by Carlos Sanchez-4 :: Rate this Message:

Reply to Author | View in Thread

even better ;)
http://maven.apache.org/plugins/maven-war-plugin/examples/war-overlay.html

On 7/19/06, Jörg Schaible <Joerg.Schaible@...> wrote:

> 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@...
>
>


--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

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

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