18-10-31 上午09时30分50秒: Generating sources /HDTW1/pom.xml
18-10-31 上午09时30分50秒: Build error for /HDTW1/pom.xml; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources (default-resources) on project HDTW1: Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources failed: Unable to load the mojo 'resources' (or one of its required components) from the plugin 'org.apache.maven.plugins:maven-resources-plugin:3.0.2'
18-10-31 上午09时30分50秒: Adding source folder /HDTW1/src/main/java
18-10-31 上午09时30分50秒: Adding source folder /HDTW1/src/test/java
18-10-31 上午09时30分50秒: Update completed: 0 sec
18-10-31 上午09时30分50秒: Maven Builder: AUTO_BUILD
这是什么情况啊?
这个JAR包 存在的啊 我都能找到
有没大神告诉我一下咋个处理
错误信息太少,无法做出准确判断。不过呢,这可能是jar包和maven兼容性的问题,你导入的jar文件版本高,和maven不兼容,建议换成低版本的试试。