Aaron

If you are using Maven 2 then the dependency plugin will do what you want:
http://mojo.codehaus.org/dependency-maven-plugin/introduction.html

The command:
mvn dependency:copy-dependencies

Will copy project dependencies to:
target\dependency\

Pat

On 21/03/06, Shanmugam, Venkat <[EMAIL PROTECTED]> wrote:
> antlib could help. But it keeps folder structure.
>
> http://maven.apache.org/ant-tasks.html
>
> Thanks,
> Venkat
>
> -----Original Message-----
> From: Aaron Freeman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 21, 2006 4:30 PM
> To: Maven
> Subject: Download dependencies
>
> Is there a command that I can run that will download all the dependency
> jars for a project into a directory. I think I have seen something like
> this before, but I can't find anything about it on the net.
>
> Any ideas?
>
> Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to