Maven failure to find maven-plugins:maven-cobertura-plugin

前端 未结 5 1793
Happy的楠姐
Happy的楠姐 2020-12-17 22:04

I try to compile maven web project with


    org.springframework.ws
    spring-ws         


        
5条回答
  •  执念已碎
    2020-12-17 22:20

    From the error message related to cobertura version, it looks like you may be having a pom.xml corresponding to maven 1.

    The following are maven 1.x versions of the plugins and not supported.

    • maven-plugins:maven-cobertura-plugin:plugin:1.3,
    • maven-plugins:maven-findbugs-plugin:plugin:1.3.1

提交回复
热议问题