mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-17 15:35:00 +00:00
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130977 13f79535-47bb-0310-9956-ffa450edef68
7 lines
305 B
XML
7 lines
305 B
XML
<project default="java:jar" xmlns:j="jelly:core">
|
|
<postGoal name="clover:on">
|
|
<j:set var="maven.junit.sysproperties" value="${maven.junit.sysproperties} org.apache.commons.collections:with-clover"/>
|
|
<j:set var="org.apache.commons.collections:with-clover" value="true"/>
|
|
</postGoal>
|
|
</project>
|