Usage

The following sections show how the Jacoco extras mojo can be used.

<plugins>
    …
    <plugin>
        <groupId>de.dentrassi.maven</groupId>
        <artifactId>jacoco-extras</artifactId>
        <version>0.1.4</version>
        <executions>
            <execution>
                <goals>
                    <goal>xml</goal>
                </goals>
            </execution>
        </executions>
    </plugin>
    …
</plugins>