Re: cobertura-maven-plugin not creating .xml file as documented

2014-01-29 Thread Anders Hammar
That plugin is maintained by the Codehaus Mojo project. Please file a ticket as described here: http://mojo.codehaus.org/cobertura-maven-plugin/issue-tracking.html Attaching a patch to the ticket will increase the likelihood of getting this fixed quickly. (It doesn't have to be a patch file, you c

cobertura-maven-plugin not creating .xml file as documented

2014-01-29 Thread Andrew Pennebaker
The online documentationfor cobertura-maven-plugin 2.6 says that "coverage.xml" is created if you specify xml format. In reality, this only happens if you specify xml format *and* run `mvn site`. `mvn cobertura:cobertura` never g