- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(defaultPhase=VERIFY,
name="xml",
requiresProject=true,
inheritByDefault=true,
requiresDependencyResolution=TEST)
public class XmlMojo
extends org.apache.maven.plugin.AbstractMojo
Convert binary execution data to XML report including dependencies.
This mojo will convert the binary jacoco execution data into the same format
as the XML report. But it will take all module dependencies into
consideration. This may be helpful when tools actually require XML data, but
tests in a module are responsible for testing classes in other modules.