If I’m using the Camunda Nexus for downloading dependencies in my maven project, the JavaDoc for many of the camunda libraries is not downloaded as you can see in the picture below (the ones without the J-symbol). Is this only for me or a wrong setting in the camunda nexus?
Could be a local thing. The sources are available on Nexus: https://app.camunda.com/nexus/content/groups/internal/org/camunda/bpm/camunda-engine/7.9.2-ee/ (this link requires an enterprise login).
Hi @thorben
Thanks for your reply. It doesn’t seem to be something local. In the meantime I found the reason:
Some libraries on Maven have separate …javadoc.jar-files (see this for example). If so, then there will be an J-Symbol. Others (like Camunda-Engine) doesn’t.
But the main reason, why I didn’t saw a JavaDoc is: there is no JavaDoc for the method getVariable of VariableScope (here). So my fault.
For methods, where JavaDoc exists, Netbeans shows JavaDoc generated from the source files itself.
Greetings
Björn
Great you could figure it out