Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Newbie: Why hitting 4 sites for a dependency?

This is standard maven behaviour, in contacts all repositories visible
to the project. You should get comparable log messages when building
your project on command line.

--
Regards,
Igor

On 12-05-25 1:20 PM, Les Hartzman wrote:
I've added a dependency to my .pom file and the dependency gets
resolved, but the console output shows that it is downloading the
dependency .pom file from 4 repos and then it shows that it is
downloading the jar file from 4 repos. However, I just noticed that the
pom and jar files from repo1.maven.org are the only ones that have size
and speeds associated with them.

Does this logging indicate that it tries to download from all of the
repos until it finds one that can satisfy it?

Thanks.

Les



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top