Reputation: 557
I have a problem with m2eclipse and Nexus. Normally, when you create a new Maven Project in Eclipse, you can select an Archetype like maven-archetype-quickstart from the Nexus Indexer. Unfortunately, the Nexus Indexer doesn't show anything at all. But the worst part about all this is, that the "Add Dependency" menue doesn't work. (For a better understanding: By clicking on the "Dependencies" tab, you can usually click on a button in order to enter a groupId or artifactId. That's the menue what I am talking about. If I enter for example "junit", it shows no search results.) Does anybody know this issue? How could I fix it?
Thanks a million in advance for any help.
Upvotes: 6
Views: 3879
Reputation: 11
I had the same problem and I thought it was a bug in a m2eclipse plugin. But I found another explanation and solution: http://forums.jfrog.org/Artifactory-and-m2eclipse-Unable-to-update-index-for-remote-repos-td5899455.html
Upvotes: 1
Reputation: 6832
By default the ui shows the internal index, select the drop down and choose the Nexus Index if you haven't. Otherwise have you published the index from Nexus?
Upvotes: 1