|
21 | 21 | <parent> |
22 | 22 | <groupId>org.apache.commons</groupId> |
23 | 23 | <artifactId>commons-parent</artifactId> |
24 | | - <version>89</version> |
| 24 | + <version>96</version> |
25 | 25 | </parent> |
26 | 26 |
|
27 | 27 | <artifactId>commons-math4-parent</artifactId> |
|
340 | 340 | <exclude>**/site-content/**</exclude> |
341 | 341 |
|
342 | 342 | <!-- MANIFEST files cannot have any comments, so we can't put license header --> |
343 | | - <exclude>src/test/maxima/special/RealFunctionValidation/MANIFEST.txt</exclude> |
| 343 | + <exclude>commons-math-legacy/src/test/maxima/special/RealFunctionValidation/MANIFEST.txt</exclude> |
344 | 344 |
|
345 | 345 | <!-- the following are test data files with specific syntax that cannot include |
346 | 346 | Apache header (and the contained data is public, it is not owned by Apache) --> |
347 | | - <exclude>src/test/resources/org/apache/commons/math4/legacy/distribution/testData.txt</exclude> |
348 | | - <exclude>src/test/resources/org/apache/commons/math4/legacy/random/emptyFile.txt</exclude> |
349 | | - <exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/PiDigits.txt</exclude> |
350 | | - <exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc3.txt</exclude> |
351 | | - <exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/Lew.txt</exclude> |
352 | | - <exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc2.txt</exclude> |
353 | | - <exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc1.txt</exclude> |
354 | | - <exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/Lottery.txt</exclude> |
355 | | - <exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc4.txt</exclude> |
356 | | - <exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/Michelso.txt</exclude> |
357 | | - <exclude>src/test/resources/org/apache/commons/math4/legacy/stat/data/Mavro.txt</exclude> |
| 347 | + <exclude>commons-math-legacy/src/main/resources/assets/org/apache/commons/math4/legacy/random/new-joe-kuo-6.21201</exclude> |
| 348 | + <exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/distribution/testData.txt</exclude> |
| 349 | + <exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/random/emptyFile.txt</exclude> |
| 350 | + <exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/PiDigits.txt</exclude> |
| 351 | + <exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc3.txt</exclude> |
| 352 | + <exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/Lew.txt</exclude> |
| 353 | + <exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc2.txt</exclude> |
| 354 | + <exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc1.txt</exclude> |
| 355 | + <exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/Lottery.txt</exclude> |
| 356 | + <exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/NumAcc4.txt</exclude> |
| 357 | + <exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/Michelso.txt</exclude> |
| 358 | + <exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/stat/data/Mavro.txt</exclude> |
| 359 | + <exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/fitting/leastsquares/Lanczos1.dat</exclude> |
| 360 | + <exclude>commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/fitting/leastsquares/MGH17.dat</exclude> |
358 | 361 |
|
359 | 362 | <!-- direction numbers for Sobol generation from Frances Y. Kuo and Stephen Joe, |
360 | 363 | available under a BSD-style license (see LICENSE.txt) --> |
361 | | - <exclude>src/main/resources/assets/org/apache/commons/math4/legacy/random/new-joe-kuo-6.21201</exclude> |
| 364 | + <exclude>commons-math-legacy/src/main/resources/assets/org/apache/commons/math4/legacy/random/new-joe-kuo-6.21201</exclude> |
362 | 365 | </excludes> |
363 | 366 | </configuration> |
364 | 367 | </plugin> |
|
0 commit comments