我目前正在我的代理机构中开展游戏。我想对开发人员可以使用的模块进行一些检查 是否可以托管Play模块和Maven库的镜像存储库,并将play配置为仅使用这些存储库? 我看过这个documentation,但我没看到怎么做?
感谢您的回复
答案 0 :(得分:2)
我开始使用我的nexus存储库而不是mavenCentral的关键是将我的nexus存储库命名为“mavenCentral”:
repositories:
- mavenCentral:
type: iBiblio
root: "http://nexus.mydomain.com/nexus/content/groups/public/"
contains:
- com -> *
- org -> *
- play -> *
答案 1 :(得分:1)