Eclipse Maven Build Bath Error: cannot be read or is not a valid ZIP file
程序员文章站
2024-03-15 14:18:59
...
前提:Maven,JDK配置完毕(${MAVEN_HOME}/conf/settings.xml 修改好 本地 repository 地址)
1、关掉 Eclipse
2、到项目文件夹下,运行
mvn clean install
3、从报错信息中找到对应报错的 jar 包的名字,如:poi-3.15.jar。
4、百度之,或者去 http://mvnrepository.com/ 搜索对应名称和版本的 jar 包。
5、下载 jar 包到本地,将本地 repositoy 对应路径中的 jar 替换掉。
图1.搜索对应的 jar 包名
图2.找到中心库中项目页
图3.下载对应版本的 jar
图4.用下载到本地的 jar 包进行替换
推荐阅读
-
Eclipse Maven Build Bath Error: cannot be read or is not a valid ZIP file
-
maven项目 关于MyEclipse报:" cannot be read or is not a valid ZIP file"的解决方案
-
解决使用maven的java web项目导入后出现的有关问题 -cannot be read or is not a valid ZIP file...
-
eclipse maven error: Archive for required library in project cannot be read or is not a valid ZIP fi