11<?xml version =" 1.0" ?>
22
33<projectlist xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" projectlist_1_1_0 .xsd" >
4+ xsi : noNamespaceSchemaLocation =" projectlist_1_3_0 .xsd" >
55 <description >Standard Projects</description >
66
77 <project >
@@ -29,6 +29,16 @@ mvn test-compile -B
2929mvn dependency:build-classpath -DincludeScope=test -Dmdep.outputFile=classpath.txt -B
3030]]> </build-command >
3131 <auxclasspath-command >echo -n "${HOME}/openjdk11/lib/jrt-fs.jar:$(pwd)/target/classes:$(pwd)/target/test-classes:"; cat classpath.txt</auxclasspath-command >
32+ <cpd-options >
33+ <language >java</language >
34+ <minimum-tokens >50</minimum-tokens >
35+ <max-memory >4g</max-memory >
36+ <directories >
37+ <!-- this avoids analyzing src/test/resources-noncompilable ... -->
38+ <directory >src/main/java</directory >
39+ <directory >src/test/java</directory >
40+ </directories >
41+ </cpd-options >
3242 </project >
3343
3444 <project >
158168./gradlew --console=plain --build-cache --no-daemon --max-workers=4 createSquishClasspath -q > classpath.txt
159169]]> </build-command >
160170 <auxclasspath-command >echo -n "${HOME}/openjdk11/lib/jrt-fs.jar:"; cat classpath.txt</auxclasspath-command >
171+ <cpd-options >
172+ <language >java</language >
173+ <minimum-tokens >150</minimum-tokens >
174+ <max-memory >4g</max-memory >
175+ </cpd-options >
161176 </project >
162177
163178 <project >
@@ -167,20 +182,38 @@ EOF
167182 <tag >jdk-11+28</tag >
168183 <src-subpath >src/java.base</src-subpath >
169184 <auxclasspath-command >echo -n "${HOME}/openjdk11/lib/jrt-fs.jar"</auxclasspath-command >
185+ <cpd-options >
186+ <language >java</language >
187+ <minimum-tokens >150</minimum-tokens >
188+ <max-memory >4g</max-memory >
189+ <directories >
190+ <directory >src/java.base</directory >
191+ </directories >
192+ </cpd-options >
170193 </project >
171194
172195 <project >
173196 <name >Schedul-o-matic-9000</name >
174197 <type >git</type >
175198 <connection >https://github.com/SalesforceLabs/Schedul-o-matic-9000</connection >
176199 <tag >6b1229ba43b38931fbbab5924bc9b9611d19a786</tag >
200+ <cpd-options >
201+ <language >apex</language >
202+ <minimum-tokens >100</minimum-tokens >
203+ <max-memory >512m</max-memory >
204+ </cpd-options >
177205 </project >
178206
179207 <project >
180208 <name >fflib-apex-common</name >
181209 <type >git</type >
182210 <connection >https://github.com/apex-enterprise-patterns/fflib-apex-common</connection >
183211 <tag >7e0891efb86d23de62811af56d87d0959082a322</tag >
212+ <cpd-options >
213+ <language >apex</language >
214+ <minimum-tokens >100</minimum-tokens >
215+ <max-memory >512m</max-memory >
216+ </cpd-options >
184217 </project >
185218
186219 <project >
189222 <connection >https://github.com/nawforce/apex-link</connection >
190223 <tag >v2.3.0</tag >
191224 <src-subpath >samples</src-subpath >
225+ <cpd-options >
226+ <language >apex</language >
227+ <minimum-tokens >100</minimum-tokens >
228+ <max-memory >512m</max-memory >
229+ </cpd-options >
192230 </project >
193231
194232 <project >
@@ -197,12 +235,34 @@ EOF
197235 <connection >https://github.com/pmd/java-regression-tests</connection >
198236 <tag >main</tag >
199237 <auxclasspath-command >realpath java-regression-tests-*.jar</auxclasspath-command >
238+ <cpd-options >
239+ <language >java</language >
240+ <minimum-tokens >100</minimum-tokens >
241+ <max-memory >512m</max-memory >
242+ </cpd-options >
200243 </project >
201244
202245 <project >
203246 <name >OracleDBUtils</name >
204247 <type >git</type >
205248 <connection >https://github.com/Qualtagh/OracleDBUtils</connection >
206249 <tag >0513fe6b053b31e6c09ac6f86eb2064733ecf32d</tag >
250+ <cpd-options >
251+ <language >plsql</language >
252+ <minimum-tokens >100</minimum-tokens >
253+ <max-memory >512m</max-memory >
254+ </cpd-options >
255+ </project >
256+
257+ <project >
258+ <name >alsa-firmware</name >
259+ <type >git</type >
260+ <connection >https://github.com/alsa-project/alsa-firmware</connection >
261+ <tag >v1.2.1</tag >
262+ <cpd-options >
263+ <language >cpp</language >
264+ <minimum-tokens >100</minimum-tokens >
265+ <max-memory >4g</max-memory >
266+ </cpd-options >
207267 </project >
208268</projectlist >
0 commit comments