Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Why doesn't m2e give me any matches in "Add Dependency"?

I am not able to comment on STS, but "plain" m2e uses Maven repository
index, which can take very long time to download depending on your
settings.xml and <repository> elements defined in pom.xml. Check if
index download job is still running in background. You can also use
Maven Repositories view to inspect contents of repository indexes.

--
Regards,
Igor

On 11-12-09 12:09 PM, KARR, DAVID wrote:
I'm on Helios (STS 2.8.1), m2e 1.0.100.20110804-1717.

In some recent update I seem to have lost the functionality in the "Add Dependency" dialog to search Maven repos for artifact matches.  I used to be able to enter a partial search string in the "Enter groupid, ..." field, and it would list the matches found in some external Maven repo.  Now, it only matches against my local Eclipse project names.

My network connection settings are fine.  I can open the internal web browser and I can install and update plugins from remote update sites.

What am I doing wrong?
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top