我建了一个maven项目A
你们公司这样用私服没出现这样的问题吧? 如果没有那就是我的环境的问题,我自己试试
回复没出问题……
回复应该是public的group仓库我的setting.xml是这样配的 <profile> <id>nexus</id> <repositories> <repository> <id>public</id> <name>Public Repositories</name> <url>http://localhost:8081/nexus/content/groups/public/</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>nexus</id> <name>Nexus</name> <url>http://localhost:8081/nexus/content/groups/public/</url> <releases><enabled>true</enabled></releases> <snapshots><enabled>true</enabled></snapshots> </pluginRepository> </pluginRepositories> </profile> <profile>
如何配置,装好后打开"Download Remote Indexes"外还需要什么操作吗?
回复你们公司这样用私服没出现这样的问题吧? 如果没有那就是我的环境的问题,我自己试试
回复我有一篇博客是介绍如何搞的,看看有什么不一样的没有
看起来是私服的问题,有没有配置对你所说的公服的代理?
但是我这个私服可以下载公服的构件。 比如A依赖于D,D是zookeeper D就能被下载下来
回复是不是你的maven配置实用的是你私服上的中央仓库代理,而不是那个名字叫public的组合仓库呀?
回复不知道怎么发长回复,我写在下面了
听上去像是私服的配置问题。以nexus为例,一般都会给maven的官服配置一个代理仓库,然后自己的东西放到另一个仓库,然后把这两个仓库配成一个聚合仓库对外。你这个像是代理仓库没配好。
谢谢大家回答,@张亦俊 @阿信sxq
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(13)
你们公司这样用私服没出现这样的问题吧? 如果没有那就是我的环境的问题,我自己试试
回复
没出问题……
引用来自“Ace_Xiong”的评论
回复
应该是public的group仓库
我的setting.xml是这样配的
<profile>
<id>nexus</id>
<repositories>
<repository>
<id>public</id>
<name>Public Repositories</name>
<url>http://localhost:8081/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>nexus</id>
<name>Nexus</name>
<url>http://localhost:8081/nexus/content/groups/public/</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
<profile>
回复
应该是public的group仓库
我的setting.xml是这样配的
<profile>
<id>nexus</id>
<repositories>
<repository>
<id>public</id>
<name>Public Repositories</name>
<url>http://localhost:8081/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>nexus</id>
<name>Nexus</name>
<url>http://localhost:8081/nexus/content/groups/public/</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
<profile>
如何配置,装好后打开"Download Remote Indexes"外还需要什么操作吗?
回复
你们公司这样用私服没出现这样的问题吧? 如果没有那就是我的环境的问题,我自己试试
回复
我有一篇博客是介绍如何搞的,看看有什么不一样的没有
看起来是私服的问题,有没有配置对你所说的公服的代理?
但是我这个私服可以下载公服的构件。 比如A依赖于D,D是zookeeper D就能被下载下来
回复
是不是你的maven配置实用的是你私服上的中央仓库代理,而不是那个名字叫public的组合仓库呀?
回复
不知道怎么发长回复,我写在下面了
听上去像是私服的配置问题。以nexus为例,一般都会给maven的官服配置一个代理仓库,然后自己的东西放到另一个仓库,然后把这两个仓库配成一个聚合仓库对外。你这个像是代理仓库没配好。
谢谢大家回答,@张亦俊 @阿信sxq