SingingBush opened a new pull request, #96: URL: https://github.com/apache/johnzon/pull/96
building on the work done by @hboutemy in PR #93, and the javadoc fixes in PR #95, these changes fix some outstanding errors with Javadoc and aim to improve the build by making sure that maven plugins defined by the parent pom are not overridden while also updating maven plugins that are added specifically to Johnzon. In the case of the cobertura plugin, I've removed it entirely as it's been defunct for some time and Jacoco should be used instead. Both checkstyle and finbugs need further changes which can be in a future PR. I've amended the Github Action to now run maven verify as that includes additional stages that were not covered by package and were previously failing. I've also enabled javadoc linting as it no longer fails. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@johnzon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org