views:

199

answers:

1

Hi,

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.

A: 

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?

Brian Fox
When I select the drop down, there are three options: Nexus Indexer, Internal and Default Local. I chose the Nexus Indexer. The filter is empty. However it doesn't show any Group Id or Artifact Id. The window bewlow the catalog and filter options remains empty.What do you mean with: "Otherwise have you published the index from Nexus?" How can I pubish the index from Nexus?Thanks a lot in advance.
MH