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

   The shared workflow already has a switch for a Maven-4-only build. Setting 
`ff-maven` and `maven-matrix` by hand does the same thing, but repeats the 
version twice, needs re-pinning in two places on every RC, and skips the `{jdk: 
8}` exclude that `maven4-build` adds for you — harmless here only because 
`jdk-matrix` is pinned to 17 and 21.
   
   ```diff
   -      ff-maven: "4.0.0-rc-6"                     # Maven version for 
fail-fast-build
   -      maven-matrix: '[ "4.0.0-rc-6" ]'
   +      maven4-build: true
   +      maven4-version: '4.0.0-rc-6' # the same as used in project
   ```
   
   Matches how the other Maven 4 plugins are configured — clean, install, 
deploy, compiler, source, archiver and filtering all use `maven4-build`. No 
behaviour change intended. Context in apache/maven#12676.


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