All,
Yesterday early afternoon, I was looking for the Hibernate's Javadoc for
v3.6.7... but can't find it. (
I found 3.6.3 but was not exactly what I was looking for...)
So I downloaded the sources from maven repos, and generated the Javadoc by myself.
Anyway, even if it's not a big deal, it's not very convenient and would be easier to have the javadoc deployed directly with the artifact and the sources. Thus my
Code:
mvn compile -DdownloadJavadocs=true
command would retrieve the javadocs and I would be sure that I am reading the exact appropriate Javadoc for the Hibernate version I'm using.
Did I search the wrong way or are the Javadocs not deployed ?
If Javadocs are not available, please could you add this goal to your maven builds ?
Cheers,
Olivier.