davedwwang opened a new pull request, #4031: URL: https://github.com/apache/amoro/pull/4031
## Why are the changes needed? To improve the robustness of the CI/CD pipeline. Close #4030. ## Brief change log 1. Introduce maven-enforcer-plugin: Add the plugin to the amoro-ams (or root) pom.xml.\ 2. Add JUnit 5 Engine Check: Ensure that if the project has dependencies, it must contain junit-jupiter-engine to prevent silent ignoring of JUnit 5 tests. 3. Add JUnit 4 Engine Check: Ensure that junit-vintage-engine is present to support the execution of legacy JUnit 4 tests. 4. Align with Apache Paimon Security Standards: Referenced the security practices of Apache Paimon to introduce stricter dependency validation. - ## How was this patch tested? - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ x] Run test locally before making a pull request -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
