由于 REPO url 被阻止,Primefaces 依赖项无法导入
我正在开发一个基于 Maven 的 Spring 项目。我为 Primefaces 添加了以下依赖项。
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>2.2</version>
并遵循存储库,我正在使用
<repository>
<id>prime-repo</id>
<name>Prime Technology Maven Repository</name>
<url>http://repository.prime.com.tr</url>
<layout>default</layout>
但问题是网址 http://repository.prime.com.tr 在我们的网络中被阻止,因此我在 .m2 存储库位置手动复制了 primefaces 的 jar 文件。
现在的问题是,它没有选择 POM.xml 中提到的 Primefaces 依赖项。它甚至没有在 STS 内的 Java 构建路径中显示它。
有人可以请建议吗?
I am working on a maven based Spring project.I have added following dependency for Primefaces.
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>2.2</version>
And following Repository,I am using
<repository>
<id>prime-repo</id>
<name>Prime Technology Maven Repository</name>
<url>http://repository.prime.com.tr</url>
<layout>default</layout>
But the problem is that the url http://repository.prime.com.tr is blocked in our network, so I manually copied jar file of primefaces at .m2 repo location.
Now the problem is , it is not picking the Primefaces dependency mentioned in POM.xml.It is not even showing it in Java Build Path inside STS.
Can somebody please advise.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
手动将文件复制到
.m2/repository
可能还不够。您可以尝试在存储库中手动安装它:
Manually copying the file into the
.m2/repository
might not be sufficient.You can try to install it manually in your repository: