you have plenty of options.

- If they are project dependencies in a remote repository, you can add
them to your project.xml.
- You could use an <ant:get /> task
- you could call directly to some java code that does it. For example
plugin:download uses org.apache.maven.util.HttpUtils for this.

Regards,
Brett

On Wed, 10 Nov 2004 14:26:26 +0200, erdem kilic <[EMAIL PROTECTED]> wrote:
> Hi All,
> i want to make http request to download some files via maven..
> is there any maven goal?
> Now, i m using wget command in shell script for this job..
> 
> Thanks in advance..
> 
> Erdem
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to