Maven 站点命令失败
我正在尝试让 Maven 站点正常工作,但我被这个错误阻止了。
[信息] 无法解析工件。
可能无法解析工件 由于存储库列表不是 为此适当配备 工件的元数据。
org.apache.maven.plugins:maven-pmd-plugin:pom:2.6-SNAPSHOT从指定的远程 存储库:声纳 (http://sonar:9000/deploy/maven),
中央 (http://repo1.maven.org/maven2),
风险ID (http://nexus.yyy.com/nexus/content/groups/public-all)
我正在使用maven 2.2.1和maven站点插件版本2.2。
任何帮助将不胜感激。
I'm trying to get maven site working, but I'm blocked on this error.
[INFO] Failed to resolve artifact.
Failed to resolve artifact, possibly
due to a repository list that is not
appropriately equipped for this
artifact's metadata.
org.apache.maven.plugins:maven-pmd-plugin:pom:2.6-SNAPSHOTfrom the specified remote
repositories: sonar
(http://sonar:9000/deploy/maven),
central
(http://repo1.maven.org/maven2),
risk-idi
(http://nexus.yyy.com/nexus/content/groups/public-all)
I'm using maven 2.2.1 and maven site plugin version 2.2.
Any help will be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在官方maven存储库(证明)。您可以尝试明确指定其版本:
配置取自此处。
I've found no maven-pmd-plugin-2.6-SNAPSHOT in the official maven repository (proof). You can try to specify its version explicitly:
Configuration is taken from here.