Hi Volkan, On Thu, 14 Dec 2023 at 22:09, Volkan Yazıcı <vol...@yazi.ci> wrote: > > Given we will have several other betas before a GA release, do these issues > really constitute a serious blocker? Or they can be addressed in the next > beta?
These artifacts will pollute Maven Central and overly complicate the verification process. The only way to be able to resume from an artifact:compare failure is to run: ./mvnw install artifact:compare -Prelease -Dreference.repo=... I am not sure if this will use the remote repo to verify the artifacts or use the freshly installed versions. Piotr