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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.