On 10/29/06, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote:
I'm in the process of migrating from Maven1 to Maven2. I've being faced the following problem. I have a requirement to download all the dependencies, In Maven1 i just used, <deploy:copy-deps todir="target/lib"/> How do i do the above with Maven2. Is there a built in plugging for this.
Are you trying to build a distribution? If so, you probably want the assembly plugin. (I'm not sure how 'download all the dependencies' relates to a <deploy:copy-deps> tag. Do you mean 'package the dependencies'? ) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
