Failure to find com.lowagie:itextasian:pom:1.0 in http://maven.aliyun.com/nexus/content/groups/publi

报错信息:Failure to find com.lowagie:itextasian:pom:1.0 in http://maven.aliyun.com/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of maven-ali has elapsed or updates are forced
 

这个提示信息,是说明本地maven 仓库,找不到对应的com.lowagie:itextasian.jar包

解决方法:下载jar包,本地mvn命令,进行jar安装

mvn install:install-file -Dfile=E:\itextasian-1.0.jar -DgroupId=com.lowagie -DartifactId=itextasian -Dversion=1.0 -Dpackaging=jar

这样,本地maven仓库,就有了com.lowagie:itextasian.jar包


版权声明:本文为u012373281原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。