Re: New release of ASF Parent pom.xml

2021-07-05 Thread Hervé BOUTEMY
MPOM-244 fixed: nicoulaj kindly did a new release for us with Maven 3.1.1 prerequisite (and interesting issues solved in his project to have CI run tests with Maven 3.1.1 without being hit by Central nowadays refusing HTTP requests but requiring HTTPS) I don't see anything else to do: I let a f

Re: Maven 4 performances problems

2021-07-05 Thread Guillaume Nodet
I've raised a PR for review https://github.com/apache/maven/pull/486/ This kina rewrites the build/consumer transformation to reuse the xml pull parser and do the transformation on the fly instead of reading and transforming with a sax api and writing to a stream so that the pull parser can read