我已经向nexus添加了第三方jar并修改了我的maven settings.xml以使用该nexus repo,如下所示:
<profile>
<id>dev</id>
<repositories>
<repository>
<id>local-nexus</id>
<url>http://127.0.0.1:8081/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
现在我喜欢我的eclipse maven插件使用nexus第三方jar,但是eclipse maven存储库视图的Project repositories center仍然是空的。我试过重建索引,但没有用。任何提示?
答案 0 :(得分:0)
您需要配置eclipse以使用已修改的settings.xml。你应该能够在偏好中轻松找到它&gt;行家