Maven Cobertura plugin not generating coverage.xml

前端 未结 8 1903
我在风中等你
我在风中等你 2021-01-31 15:01

I am trying to generate a coverage.xml so that I can reference it in Cobertura plugin of Hudson, but the file is not being created.

I\'ve added the following to my POM

8条回答
  •  面向向阳花
    2021-01-31 15:59

    I had the same issue but it's resolved right now: Just add -Dcobertura.report.format=xml after your maven command. It should work

提交回复
热议问题