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

   For this to work in Windows, we need latest 0.10.4 and also some 
changes/fixes in ITs.
   
   Changes:
   * update to Mimir 0.10.4 + enable cache purge
   * dropped ctor `Verifier(String basedir, boolean debug)` as `debug` was 
unused, instead introduced `Verifier(String basedir, boolean createDotMvn)` 
that auto-creates `.mvn` folder in basedir for each ITs. If IT does not want 
this, it must use alt method and have a Javadoc telling why.
   * detached `its` parent POM from Maven parent POM, as it interferes with IT 
support built plugins (we have ITs that uses plugin built in core-it-support 
but in POM adds an IT specific dependency that in turn pulls in stub 
plexus-utils dependency; by having depMgt in plugin POM, due Maven 4 transitive 
dep mgmt, the 4th level p-u was NOT used, but a managed one was used instead)
   * disabled RRF in ITs due 
https://github.com/apache/maven-resolver/issues/1641 and parallel running of IT 
just exacerbates this issue
   
   Note: due cache rename this commit when merged is at the mercy of Central 
(HTTP 500 and so on), so will probably need several runs to stabilize (populate 
caches).
   
   Backport of 598857d9c607751e901f38539bacee56502fa32f
   


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