Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test

前端 未结 14 1999
夕颜
夕颜 2020-11-29 16:35

I have scoured the internet for almost five days now looking for a fix to this issue, but I cannot seem to find and fix it on my own, mainly because I am so new to both Mave

14条回答
  •  Happy的楠姐
    2020-11-29 17:22

    please follow this tutorial: https://www.petrikainulainen.net/programming/maven/creating-code-coverage-reports-for-unit-and-integration-tests-with-the-jacoco-maven-plugin/

    
    org.apache.maven.plugins
    maven-surefire-plugin
    2.15
    
        
        ${surefireArgLine}
        
        ${skip.unit.tests}
        
        
            **/IT*.java
        
    
    

提交回复
热议问题