Thanks for the quick response, John. Perhaps I should have been a bit
more clear in my question.
Setting the maven.repo.remote to include my own repository works just
fine for Maven (in a manner just as you suggested). But the ant plug-in
does not handle anything but the first repository defini
try modifying your project.properties and/or ~/build.properties (to make
this a global change):
maven.repo.remote=http://www.ibiblio.org/maven,http://your.local.repo/some/path/to/maven
That should do what you want...
-john
On Mon, 2004-02-02 at 15:41, [EMAIL PROTECTED] wrote:
> Hi Mavens!
>
>
Hi Mavens!
I'm a newbie...I've only played with the tool for a few days now, but I
like what I see.
Attached is a little patch to the ant plug-in which adds proxy support
to the generated ant build.xml file. I found the patch useful in my
environment, and it appears it'll behave nicely in most