wilx opened a new pull request, #432: URL: https://github.com/apache/maven-integration-testing/pull/432
## Summary - migrate Maven 3.x integration-test plugin fixtures from legacy Maven Plugin Tools Javadoc tags to `maven-plugin-annotations` - add the annotation dependencies with `provided` scope - use constructor injection where the migrated fixtures require component injection This is the integration-testing companion to apache/maven#12708. It keeps the Maven 3.10.x integration-test fixtures compatible with the annotation-based plugin descriptor extraction used by that change. ## Validation The complete Maven 3.10.x integration-test reactor passed against a freshly built Maven 3.10.0-SNAPSHOT distribution: ```text Tests run: 867, Failures: 0, Errors: 0, Skipped: 39 BUILD SUCCESS ``` The source distribution was built from apache/maven commit `61364e6904aa9c6f8cb48b238d37f45b3df2753a`. -- 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]
