hboutemy commented on PR #466: URL: https://github.com/apache/maven-resources-plugin/pull/466#issuecomment-4145096776
``` [INFO] Build Summary: [INFO] Passed: 25, Failed: 2, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------- Error: The following builds failed: Error: * user-filters/pom.xml Error: * MRESOURCES-18/pom.xml [INFO] ------------------------------------------------- ``` MRESOURCES-18 fails because it uses Surefire 2.4.3 = a Maven 2 plugin, need to upgrade to a Maven 3 plugin: upgrading to 3.5.5 works user-filters: no idea yet -- 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]
