Looking at JOGL on Maven Central I am finding all of the Javadoc JAR files are stubs; a few hundred bytes each. One can see this buried in the list of JARs here (search the page for "javadoc"):
http://search.maven.org/#browse%7C-997730667IDEs such as Netbeans want to use these JARs to provide contextual Javadoc. Is this a deliberate choice not to publish JOGL Javadoc in JAR artifacts? If not, perhaps this just needs some work. If so, I would very much like to make this available and am interesting in working on it.
Thanks.