Error: Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not b
Dependencies
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
项目地址:https://gitcode.com/gh_mirrors/de/Dependencies
免费下载资源
·
当运行 mvn clean, mvn install, mvn help:system时,会出现以下waring和error时,是因为当前使用的本地中的plugin不可用。可能是第一次下载没下载成功,没下载完全导致的。所以解决办法就是先删除本地下载失败的插件,然后重新build。
解决办法:删除本地的相应目录下的plugins,从我的错误中可以看出,我的plugin不可用所指的目录是org.apache.maven.plugins。所以本人先删除本地仓库中此目录下的所有文件,然后重新build一次即可。
Warning: The POM for org.apache.maven.plugins:maven-clean-plugin:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
Error: Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolve
解决方法:
删除自己修改的仓库的的插件目录下的所有文件,重新build
如:C:\Software\maven\repo\org\apache\maven\plugins
删除此目录下的所有文件,然后重新build,如:mvn clean
GitHub 加速计划 / de / Dependencies
27
1
下载
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
最近提交(Master分支:5 个月前 )
1997a400 - 3 年前
2f423539 - 3 年前
更多推荐
已为社区贡献8条内容
所有评论(0)