An open API service indexing awesome lists of open source software.

https://github.com/numberfour/jscoverage-cobertura-maven-plugin

Transforms jscoverage's JSON output to Cobertura's XML
https://github.com/numberfour/jscoverage-cobertura-maven-plugin

Last synced: 8 months ago
JSON representation

Transforms jscoverage's JSON output to Cobertura's XML

Awesome Lists containing this project

README

          

#jscoverage to Cobertura Maven Plugin

This plugin converts jscoverage's JSON output into the Cobertura XML format. It is configured as follows:


....

de.mytoys.maven.plugins
jscoverage-cobertura-maven-plugin
eu.numberfour.maven.plugins
1.2.0



transform

process-resources



...

Alternatively you can run it from the command line with the following line:

mvn eu.numberfour.maven.plugins:jscoverage-cobertura-maven-plugin:transform

The complete Mojo documentation is available here: http://numberfour.github.com/jscoverage-cobertura-maven-plugin/transform-mojo.html