我正在使用没有 m2e 的 maven,我的 mvn 安装失败,因为插件在 maven Central 上不再可用。我正在使用 2008 年的旧 pom.xml,并且必须使用 maven-cdk-plugin 版本 3.3.3.Final。
由于它不再可用,我将它放在其他计算机上并将其放入我的 .m2 本地存储库中。.m2\org\richfaces\cdk\maven-cdk-plugin\3.3.3.Final
但是我仍然收到此错误。
[ERROR] Plugin org.richfaces.cdk:maven-cdk-plugin:3.3.3.Final or one of its depe
ndencies could not be resolved: Failed to read artifact descriptor for org.richf
aces.cdk:maven-cdk-plugin:jar:3.3.3.Final: Failure to find org.richfaces.cdk:mav
en-cdk-plugin:pom:3.3.3.Final in http://uk.maven.org/maven2 was cached in the lo
cal repository, resolution will not be reattempted until the update interval of
UK has elapsed or updates are forced -> [Help 1]
他为什么要检查 maven2,它在我的本地仓库中?丁:
谢谢