Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Change repository in m2e

httpcomponents 4.2.1 does exist at central, but possibly not at the
coordinates you're using. Here's the search result:
http://search.maven.org/#search|ga|1|httpcomponents

/Anders

On Thu, Sep 6, 2012 at 12:43 PM, stefano <s.mastrella@xxxxxxxxx> wrote:
> Hi Anders,
>
> I'm trying to add httpcomponents.4.2.1 from apache but there's no such
> library in
> the central repository, there's only an 4.0-alpha version.
>
> Anyway while I was trying to check the connection of my eclipse
> installation to the
> repo I've installed a local proxy and instruct eclipse to use it but
> when I performed a
> rebuild/ index I didn't see any traffic to the repo site.
>
> Stefano.
>
> On Mon, Sep 3, 2012 at 8:43 PM, Anders Hammar <anders@xxxxxxxxxx> wrote:
>> Thee is nothing wrong here. There was a change of url for the central
>> repo in  Maven 3.0.4 (or possibly 3.0.3). This new url and the old
>> point at the same server though, so if you see old artifacts it's due
>> to something else.
>> We found out that the index at central (which is what is used when you
>> browse the repo in m2e) hadn't been updated since some time this
>> summer [1]. But that should have been fixed by now.
>> What's missing?
>>
>> [1] https://issues.sonatype.org/browse/MVNCENTRAL-231
>>
>> /Anders
>> _______________________________________________
>> m2e-users mailing list
>> m2e-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/m2e-users
> _______________________________________________
> m2e-users mailing list
> m2e-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top