On Thu, Oct 12, 2023 at 11:22 AM Julian Reschke <julian.resc...@gmx.de> wrote:
> ...Updating the site is not trivial as it requires a plugin that does not
> exist for Windows...

FWIW, if you can run Docker you can build the site using

  docker run -it --rm --name maven -v "$(pwd)":/usr/src/maven -w
/usr/src/maven maven:3.3-jdk-8 mvn clean

-Bertrand

Reply via email to