On 02/12/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 12/1/06, Petar Tahchiev <[EMAIL PROTECTED]> wrote: > how to merge the two source-trees from moduleA and one of these: > moduleB or ModuleC? You could build a jar from module A, then use the dependency plugin to unpack the contents of it where you want them as you build modules B and C. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Wendy, thank you. That really is an option but it seems time consuming(my project is very big) and not so ellegant. I hope someone suggests something else. Just curious: is there a maven goal for copying source files from one directory(module) to another? P.S. It would be very convenient if there was also a way to tell maven get the <sourcePath> as a <fileset>. :-( -- Regards, Petar!
