关于maven依赖传递的问题

发布于 2021-11-25 01:08:51 字数 19 浏览 880 评论 13

 我建了一个maven项目A

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(13

牵你的手,一向走下去 2021-12-01 21:10:56

你们公司这样用私服没出现这样的问题吧? 如果没有那就是我的环境的问题,我自己试试

千纸鹤带着心事 2021-12-01 21:09:37

回复
没出问题……

复古式 2021-12-01 21:07:44

引用来自“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>

凯凯我们等你回来 2021-12-01 21:06:12

回复
应该是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>

裸钻 2021-12-01 20:57:56

如何配置,装好后打开"Download Remote Indexes"外还需要什么操作吗?

彼岸花ソ最美的依靠 2021-12-01 20:53:31

回复
你们公司这样用私服没出现这样的问题吧? 如果没有那就是我的环境的问题,我自己试试

后知后觉 2021-12-01 20:46:55

回复
我有一篇博客是介绍如何搞的,看看有什么不一样的没有

明月松间行 2021-12-01 19:00:50

看起来是私服的问题,有没有配置对你所说的公服的代理?

拍不死你 2021-12-01 07:45:23

但是我这个私服可以下载公服的构件。 比如A依赖于D,D是zookeeper D就能被下载下来

凯凯我们等你回来 2021-12-01 00:17:42

回复
是不是你的maven配置实用的是你私服上的中央仓库代理,而不是那个名字叫public的组合仓库呀?

小情绪 2021-11-29 00:08:16

回复
不知道怎么发长回复,我写在下面了

夜无邪 2021-11-27 13:16:58

听上去像是私服的配置问题。以nexus为例,一般都会给maven的官服配置一个代理仓库,然后自己的东西放到另一个仓库,然后把这两个仓库配成一个聚合仓库对外。你这个像是代理仓库没配好。

眼泪淡了忧伤 2021-11-26 20:29:48

谢谢大家回答,@张亦俊 @阿信sxq

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文