Remove TestNG API link due to build failure in that project
Key details
Basics
Logistics
Basics
Logistics
Description
The TestNG API Javadoc is broken, and has been for a few days now. This causes our nightly jobs (both for the Java 11 and Java 17 stacks) to fail every day. This is due, I think, to the built Javadocs being invalid rather than just absent
We should remove this link temporarily from our parent POMs so that our nightly jobs can run, and (probably) add it back in again when the issue has been addressed.
The TestNG API Javadoc is broken, and has been for a few days now. This causes our nightly jobs (both for the Java 11 and Java 17 stacks) to fail every day. This is due, I think, to the built Javadocs being invalid rather than just absent
For example, the
package-listfile at https://javadoc.jitpack.io/com/github/cbeust/testng/master/javadoc/package-list contains:Build failed. See the log at jitpack.ioI have submitted an upstream ticket: https://github.com/cbeust/testng/issues/2789
No response to that so far.
We should remove this link temporarily from our parent POMs so that our nightly jobs can run, and (probably) add it back in again when the issue has been addressed.