ascheman opened a new pull request, #438:
URL: https://github.com/apache/maven-resources-plugin/pull/438

   ## Summary
   
   Add integration test `gh-312` to verify Maven 4 compatibility with 
maven-resources-plugin beta-2-SNAPSHOT.
   
   ## Changes
   
   - Add `src/it/gh-312/` integration test using Maven Invoker Plugin
   - Test verifies resource copying with filtering enabled
   - Confirms no BuildContext binding errors occur with Maven 4
   
   ## Testing
   
   The test has been verified to:
   - ✅ Pass with Maven 4.0.0-rc-4 and rc-5 on beta-2-SNAPSHOT
   - ❌ Fail with Maven 4 on version 4.0.0-beta-1 (confirming the bug exists)
   
   ## Issues
   
   This test confirms that issues #312 and #436 (duplicate) are fixed in 
beta-2-SNAPSHOT.
   
   Both issues reported:
   ```
   Unable to lookup Mojo: Failed to call method static 
org.sonatype.plexus.build.incremental.BuildContext 
   org.apache.maven.plugins.resources.Providers.buildContext(): 
org/codehaus/plexus/logging/AbstractLogEnabled
   ```
   
   The integration test verifies this error no longer occurs and the plugin 
works correctly with Maven 4.
   
   Closes #312
   Closes #436


-- 
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]

Reply via email to