Commit f92da87
Fix CI build failures by excluding Java files in test resources
- Add maven-compiler-plugin and maven-surefire-plugin exclusions to prevent
Java files in src/test/resources from being compiled and run as tests
- These Java files are part of the JSON Test Suite reference implementations
and should not be executed as part of our test suite
- This resolves the 'wrong name' errors during test execution
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent e0b67c4 commit f92da87
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
52 | 71 | | |
53 | 72 | | |
54 | 73 | | |
| |||
0 commit comments