"John Coleman" <[EMAIL PROTECTED]> writes: > Hi, > > > > We want to farm off some of our common resources (java scripts and > images) into a project that other projects can use as a dependency. > >
Hello, If you are using wars, then you could you use the war overlay capability of maven: Just add a war dependency to another war and the first one will 'overlaid' over the second. HTH -- OQube < software engineering \ génie logiciel > Arnaud Bailly, Dr. \web> http://www.oqube.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
