RFR: WIP - made maven resource plugin expclicit
Jiří Vaněk
jvanek at openjdk.org
Wed Nov 15 11:50:07 UTC 2023
That is still sufferign the https://issues.apache.org/jira/browse/MRESOURCES-237 so the filtering was done. Fitlering is excluding proeprties (as they claim they are ascii) and is adding .bin sufix for test classes. The testclasses probably may, and should be .class, Another solution is to use mrp 2.6 which do not suffer the symlinks issue
In both cases, the tests still fail in maven runs, although rummor is, manually it passes (todo, verify)
-------------
Commit messages:
- made maven resource plugin expclicit
Changes: https://git.openjdk.org/asmtools/pull/68/files
Webrev: https://webrevs.openjdk.org/?repo=asmtools&pr=68&range=00
Stats: 44 lines in 4 files changed: 41 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/asmtools/pull/68.diff
Fetch: git fetch https://git.openjdk.org/asmtools.git pull/68/head:pull/68
PR: https://git.openjdk.org/asmtools/pull/68
More information about the asmtools-dev
mailing list