Spring Boot fails to run maven-surefire-plugin ClassNotFoundException org.apache.maven.surefire.booter.ForkedBooter

后端 未结 6 690
萌比男神i
萌比男神i 2020-12-08 02:00

Running maven (3.5.2) build of a Spring Boot 2.0.2.RELEASE applicaton (generated by web initialiser with web dependencies) fails executing the maven

6条回答
  •  一生所求
    2020-12-08 02:32

    Adding this to the maven-surefire-plugin I resolved the problem:

        
      org.apache.maven.plugins   
      maven-surefire-plugin    
      
        0
      
    
    

提交回复
热议问题