Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have created a new Maven project in eclipse, using the Nexus Indexer Archetype.

I am trying to add dependencies to this project via Maven -> Add Dependency. But whenever I search for anything, no dependencies are found.

I have tried setting my Maven -> Installations, to both Embedded and to External (where External points to my M2_HOME directory), but no results from either.

share|improve this question
Have you set your M2_HOME / M2_REPO path in eclipse? – MasterCassim Oct 2 '11 at 9:34
I have got my M2_HOME set to my Maven install bin directory and M2_REPO set to User/.m2/repository. – kwh Oct 2 '11 at 10:00
Which version of Eclipse are you using? – palacsint Oct 2 '11 at 10:45
Eclipse Java EE IDE for Web Developers. Version: Indigo Service Release 1 Build id: 20110916-0149 And version 1.0.1 of m2eclipse – kwh Oct 2 '11 at 11:31
Proxy settings? – palacsint Oct 2 '11 at 14:03
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.