什么是流行的回购索引我应该配置Idea使用?
答案 0 :(得分:1)
<repository>
<id>java.net</id>
<url>http://download.java.net/maven/2</url>
</repository>
<repository>
<id>jboss</id>
<url>http://repository.jboss.com/maven2</url>
</repository>
但我建议您查看所需的依赖项,然后根据需要添加存储库。
答案 1 :(得分:0)
这取决于您要使用的工件。
除了您使用的存储库之外,我们还在工作中使用以下存储库:
https://repository.apache.org/content/groups/public/
http://repository.apache.org/snapshots/
http://nexus.codehaus.org/snapshots/
http://google-maven-repository.googlecode.com/svn/repository/
http://download.java.net/maven/2/
https://repository.jboss.org/nexus/content/groups/public/
https://oss.sonatype.org/content/groups/public/
(由本地Nexus OSS存储库代理)