Archive for required library: 'D:/maven/repository/org/springframework/spring-beans/4.3.9.RELEASE/spring-beans-4.3.9.RELEASE.jar' in project 'reportRest' cannot be read or is not a valid ZIP file reportRest Build path Build Path Problem
解决方案
检查该包是否存在,如果存在还是提示错误,删除maven相应的jar包,重新下载,因为jar下载不完成。如果不存在检查pom依赖关系,是否存在,保证包能正确下载。
问题
Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (execution: default-compile, phase: compile) pom.xml /reportRest line 69 Maven Project Build Lifecycle Mapping Problem
解决方案