Hi all, I just updated my repo and also had a look at Jenkins and all was good. However as soon as I did a build, it failed because of errors in the JavaDoc comments. In the end it failed on my machine, because I have “apache-release” always enabled. It turns out that the JavaDoc plugin wasn’t executed per default.
So I also took the liberty to enable this profile in the Jenkinsfile for the “develop” branch. So this way we know we could release it. Chris