Stub out the clover target to allow successful building of snapshots
This commit is contained in:
parent
0576fe2654
commit
252bd3942c
|
|
@ -34,10 +34,10 @@
|
||||||
<test-run classpath.id="test.run.classpath"/>
|
<test-run classpath.id="test.run.classpath"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="clover.instrument" depends="ivy.init, resolve.test, compile.init, clover.init">
|
<target name="clover">
|
||||||
<!--
|
<!--
|
||||||
Override to avoid build failure. Created SPR-5921 to fix this propertly
|
Override to avoid build failure. Created SPR-5921 to fix this propertly
|
||||||
-->
|
-->
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue