I did an RC2 with the fix I mentioned, namely omitting the marker files. Cutting a new release from a source ZIP file is not really an issue, so I do not think anybody would miss the markers - and they are also easy to put back if anybody really wanted them.
I think in general it is better to stick to standard build commands and not require unusual magic incantations - even if documented. -- Richard > On 23. Nov 2024, at 13:08, Pablo Duboue <pablo.dub...@gmail.com> wrote: > > On Fri, Nov 22, 2024 at 12:31 AM Richard Eckart de Castilho > <r...@apache.org> wrote: >> >> Hi Pablo, >> >> thanks for testing! > > You are welcome :) > >> 2) Building with `-Ddisable-rc-auto-staging` - that should make your build >> complete. > > mvn -Ddisable-rc-auto-staging install > > worked (it took 37m to build in an old laptop with 8Gb of RAM so > looking good in terms of resources needed to built it) > > Maybe it is just the case of changing it in the README.md instructions? > > P