Hi Wendy, Yes. Assembly plugging is what I need. Could you please point me to a place where i can find more info. I've already following http://maven.apache.org/guides/mini/guide-assemblies.html.
Thank you Saminda On 10/30/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
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]
