mirror of https://github.com/apache/lucene.git
more for LUCENE-1202 ... Hudson's clover plugin wants the XML format of the report, it's cheap so generate it everytime
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@637716 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9ac963952f
commit
c975851ab5
|
@ -432,6 +432,9 @@
|
||||||
<current outfile="${clover.report.dir}" title="${final.name}">
|
<current outfile="${clover.report.dir}" title="${final.name}">
|
||||||
<format type="html"/>
|
<format type="html"/>
|
||||||
</current>
|
</current>
|
||||||
|
<current outfile="${clover.report.dir}/clover.xml" title="${final.name}">
|
||||||
|
<format type="xml"/>
|
||||||
|
</current>
|
||||||
</clover-report>
|
</clover-report>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue