mirror of https://github.com/apache/lucene.git
LUCENE-8169: Update link to OpenNLP test issue; remove instrumentation restriction to org.apache package, as we no longer need a license for OpenClover; remove permgen (no longer valid in Java 8+)
This commit is contained in:
parent
1922e5b956
commit
130a0c0907
|
@ -143,7 +143,7 @@
|
|||
<isset property="run.clover"/>
|
||||
</condition>
|
||||
|
||||
<condition property="tests.clover.args" value="-XX:ReservedCodeCacheSize=192m -XX:MaxPermSize=256m -Dclover.pertest.coverage=off" else="">
|
||||
<condition property="tests.clover.args" value="-XX:ReservedCodeCacheSize=192m -Dclover.pertest.coverage=off" else="">
|
||||
<isset property="run.clover"/>
|
||||
</condition>
|
||||
|
||||
|
@ -1629,12 +1629,9 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
|
|||
|
||||
<target name="-clover.setup" if="run.clover">
|
||||
<clover-setup initString="${clover.db.dir}/coverage.db" encoding="${build.encoding}">
|
||||
<fileset dir="${src.dir}" erroronmissingdir="no">
|
||||
<include name="org/apache/**/*.java" />
|
||||
</fileset>
|
||||
<fileset dir="${src.dir}" erroronmissingdir="no"/>
|
||||
<testsources dir="${tests.src.dir}" erroronmissingdir="no">
|
||||
<include name="org/apache/**/*.java" />
|
||||
<exclude name="**/TestOpenNLP*Factory.java"/><!-- https://jira.atlassian.com/browse/CLOV-1984 -->
|
||||
<exclude name="**/TestOpenNLP*Factory.java"/><!-- https://bitbucket.org/openclover/clover/issues/59 -->
|
||||
</testsources>
|
||||
</clover-setup>
|
||||
</target>
|
||||
|
|
Loading…
Reference in New Issue