Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
I was wanting to find the javadocs for a particular release. If I go across to Maven Central
https://repo1.maven.org/maven2/org/neo4j/neo4j/
and go to the version I want I find an artifact such as neo4j-4.0.0-javadoc.jar
Hoping to find some javadocs therein I find simple META-INF. No javadoc. Nothing. So what is the point of that file?
To see what sort of thing you should be providing in there, one of my latest is at
https://repo1.maven.org/maven2/org/datanucleus/datanucleus-api-jdo/6.0.0-m2/
Are they being hidden somewhere that I don't know about? And no, I don't just mean the latest version.