Search code examples
javaeclipsemavenm2eclipsemaven-3

Searching for maven artifacts directly form Eclipse


I would like to know if it is somehow possible to search for maven artifacts directly from m2eclipse plugin. Normaly i just use google and paste artifact from browser into pom.xml.

Is there any better way?


Solution

  • Addendum to the other answers: Activate Maven indexes by checking Window > Preferences > Maven > Download repository index updates on startup. That way you will always find the latest versions of all the libraries in your configured repositories.