Steps for 7.9 Javadoc

I'm having trouble obtaining the Javadoc for Ignition 7.9 as described in the SDK Overview and the Ignition SDK GitHub page.

  1. Clone the existing repo: https://github.com/inductiveautomation/ignition-sdk-examples.git
  2. Open the POM with my IDE (IntelliJ IDEA) and allow it to cache the dependencies identified in the POMs (which are 7.9)
  3. Package it: mvn package

Everything seemed to work up to this point

  1. Build the Javadocs from this using: mvn dependency:resolve -Dclassifier=javadoc

Sadly this produces:

I'm missing something here, and looking for one of two solutions.
a) Help figuring out what I'm missing and build my own docs
b) A link to the 7.9 docs hosted elsewhere

Thanks for your help

Jake

I think we started publishing javadoc artifacts as of 7.8.4…

If you update all your dependencies to point at 7.8.4 it may resolve.

Also, in looking into this, it appears we haven’t published a 7.9.0 SDK yet… so we’ll get on that.