简体   繁体   English

没有版本,Artifactory无法解决插件工件

[英]Artifactory cannot resolve plugin artifact without version

I have an artifactory repository which works great except for resolving org.apache.maven.plugins artifacts. 我有一个工件存储库,除了解决org.apache.maven.plugins工件外,它的工作原理非常好。 Whenever I try to compile a NetBeans project it keeps giving this exception for all of the maven plugins used in my project. 每当我尝试编译NetBeans项目时,它都会为我的项目中使用的所有Maven插件始终给出此异常。

Error resolving version for plugin 'org.apache.maven.plugins:maven-install-plugin' from the repositories [local (C:\Users\Developer\.m2\repository), central (http://my.example.com/artifactory/plugins-release), snapshots (http://my.example.com/artifactory/plugins-release)]: Plugin not found in any plugin repository

I assume it is because NetBeans does not specify a version of these plugins because it will always try to use the latest. 我认为这是因为NetBeans不会指定这些插件的版本,因为它将始终尝试使用最新的插件。 How can I get my Artifactory to resolve these artifacts? 我怎样才能让我的人工工厂解决这些假象?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用Artifactory插件和Credentials插件将Jenven的Maven工件部署到Artifactory时解决401失败? - How can I resolve a 401 failure when deploying a Maven artifact from Jenkins to Artifactory using the Artifactory Plugin and the Credentials Plugin? artifactory-maven-plugin:如何在不使用settings.xml的情况下解决来自私有Artifactory的依赖关系 - artifactory-maven-plugin: How to resolve dependencies from private Artifactory without settings.xml 无法从我的工件存储库解析工件(快照) - Failed to resolve artifact (snapshot) from my artifactory repository Maven Bnd 存储库插件无法从远程工件获取工件 - Maven Bnd Repository Plugin fails to fetch artifact from remote artifactory Jenkins Artifactory Plugin AQL下载最新神器匹配模式 - Jenkins Artifactory Plugin AQL download latest artifact matching pattern 如何使用Artifactory查询语言查找最新的工件版本? - How to find the latest artifact version with Artifactory Query Language? Maven - 对于工件,版本不能为空 - Maven - for artifact the version cannot be empty 对于Maven 3插件,解决工件的最新方法是什么 - For a Maven 3 plugin what is the latest way to resolve a artifact Maven 3.5.2无法将工件部署到Artifactory,错误417 - Maven 3.5.2 cannot deploy artifact to Artifactory with error 417 Maven神器无法解析; 试图从错误的存储库中解析工件 - Maven artifact cannot be resolved; attempting to resolve artifact from the wrong repository
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM