Q:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project cloud-XXX: Compilation failure: Compilation failure:

maven Jar 包导入没有问题

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin
 

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin
 

 

A:

pom.xml手动二次导入依赖,问题解决

		<dependency>
		    <groupId>commons-collections</groupId>
		    <artifactId>commons-collections</artifactId>
		    <version>3.2.2</version><!--$NO-MVN-MAN-VER$-->
		</dependency>

 

相关文章:

  • 2022-01-08
  • 2021-11-17
  • 2021-12-05
  • 2021-07-07
  • 2021-12-27
  • 2022-02-21
猜你喜欢
  • 2021-09-06
  • 2021-05-04
  • 2021-08-29
  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
相关资源
相似解决方案