gnodet opened a new pull request, #12851:
URL: https://github.com/apache/maven/pull/12851

   ## Summary
   
   - Remove the redundant download/extract/PATH steps from the 
`integration-tests` CI job
   - Use the Maven wrapper instead, since the `run-its` profile now handles 
distribution extraction self-contained (since #2476 and #12828)
   
   The `run-its` profile's `maven-dependency-plugin` + `maven-antrun-plugin` 
downloads and extracts the built distribution from the local Maven repository, 
so the workflow no longer needs to download the GHA artifact and manually 
extract it onto `$PATH`.
   
   The `full-build` job is unchanged — it still needs the built distribution on 
PATH because its purpose is to verify the built Maven can self-host (build the 
project + site).
   
   ## Test plan
   
   - [ ] CI passes: the `integration-tests` matrix (3 OS × 3 JDK) should all 
pass with the wrapper-based approach
   - [ ] Verify ITs test the correct distribution (the one built by `./mvnw 
install`, not the wrapper's Maven 4.0.0-rc-6)
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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