ppkarwasz commented on PR #363: URL: https://github.com/apache/logging-parent/pull/363#issuecomment-2751438024
> 4-5 years ago I needed to fix some other JavaDoc build problems too. Did running on 3 platforms reveal more problems in JavaDoc comments, than running it on only one? > @ppkarwasz, what's the goal of this PR? What do we aim to improve? In general, there is a lack of parallelism in the workflows. IMHO we have several **independent** elements to check: - Check that tests run correctly on Linux. - Check that tests run correctly on MacOS. - Check that tests run correctly on Windows. - Check that the documentation (JavaDoc and AsciiDoc) compiles correctly. Ideally each PR should perform these 4 checks. However, due to the intricacies of the current site build, an expensive `mvn install` must be performed to generate the website. So, for now, I am OK with attaching the website build to one of the other checks. -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org