All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.maven.plugins.maven-clover2-plugin.2.3.1.source-code.default-clover-report.xml Maven / Gradle / Ivy

<project name="Clover Report" default="current">

    <clover-format id="clover.format" type="${type}" orderBy="${orderBy}" filter="${filter}"/> 

    <clover-setup initString="${cloverdb}"/>

    <target name="historical">
        <clover-report>
            <current outfile="${output}"  summary="${summary}">
                <format refid="clover.format"/>
                <testsources dir="${tests}"/>
            </current>
            <historical outfile="${historyout}" historydir="${history}">
                <format refid="clover.format"/>
            </historical>
        </clover-report>
    </target>

    <target name="current">
        <clover-report>
            <current outfile="${output}" title="${title}" summary="${summary}">
                <format refid="clover.format"/>
                <testsources dir="${tests}"/>
            </current>
        </clover-report>
    </target>
    
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy