On 12/2/06, Petar Tahchiev <[EMAIL PROTECTED]> wrote:
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>. :-(
Maven is repository based, and it promotes a very modular project structure. Converting an Ant build is more than 'find a way to make Maven do what Ant was doing', it often means re-thinking how the project is constructed. But I don't see how dependency:unpack is a lot different from 'copy your working directory' during the Ant build. This sounds somewhat similar to what MyFaces does with the Shared module, where the code gets brought in and re-packaged at build time. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
