I m using maven without m2e, my mvn install is failing because a plugin is not available anymore on maven central. I m working with an old pom.xml dating from 2008 and must uses maven-cdk-plugin version 3.3.3.Final.
Since it was not available anymore I took it on someone else computer and putted it in my .m2 local repo. .m2org ichfacescdkmaven-cdk-plugin3.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]
为什么他要检查马文2, 它在我的本地回购里?
感谢 谢谢