My .m2 directory is actually totally empty except for the settings.xml
file (which I just now made, and which contains nothing except the
aforementioned proxy info), so maybe the blacklist isn't kept between
runs.
Anyway, I had been trying "mvn dependency:resolve", which was crashing
out. I'm uncertain from the language used in the error message ("could
not find plugin 'dependency'") whether it was not found to be already
installed, or not found in the repository during an installation
attempt. However, trying it with the explicit -U tag as Simon suggested
made it download and install properly.
Thanks!
~Dan Allen
-----Original Message-----
From: simon [mailto:[EMAIL PROTECTED]
Sent: Friday, February 01, 2008 4:03 PM
To: Maven Users List
Subject: Re: Repository Blacklist
It seems to me that there was a similar question very recently, and that
the answer was that maven *does* remember blacklists across runs.
Dan, you could try doing
mvn -U install
(-U causes plugins to be updated)
Otherwise, try looking in ~/.m2, which is where maven stores a lot of
other stuff like cached passwords.
Regards,
Simon
On Fri, 2008-02-01 at 21:52 +0100, Jeff MAURY wrote:
> A repository is blacklisted once Maven detects a connection failure.
The
> back listing rest for the current Maven run.
> In order to prevent that, you must configure your proxy settings in
your
> Maven settings file.
>
> Jeff
--
This message may contain confidential, proprietary, or legally privileged
information. No confidentiality or privilege is waived by any transmission to
an unintended recipient. If you are not an intended recipient, please notify
the sender and delete this message immediately. Any views expressed in this
message are those of the sender, not those of any entity within the KBC
Financial Products group of companies (together referred to as "KBC FP").
This message does not create any obligation, contractual or otherwise, on the
part of KBC FP. It is not an offer (or solicitation of an offer) of, or a
recommendation to buy or sell, any financial product. Any prices or other
values included in this message are indicative only, and do not necessarily
represent current market prices, prices at which KBC FP would enter into a
transaction, or prices at which similar transactions may be carried on KBC FP's
own books. The information contained in this message is provided "as is",
without representations or warranties, express or implied, of any kind. Past
performance is not indicative of future returns.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]