Hi Davide,
The Process is described at
https://github.com/apache/jackrabbit-oak/blob/trunk/oak-doc/README.md
and should still work.
In a nutshell:
cd oak-doc
build the site with Javadocs,
mvn site -Psite-with-javadoc
review the site at oak-doc/target/site
and deploy the site:
mvn site-deploy
The process will take quite a while though.
Michael
On 17.11.14 4:06 , Davide Giannella wrote:
Hello team,
our online javadoc are stuck at the 0.20-SNAPSHOT. I think it's time for
an update. :)
I was looking into how to do it and was pointed to
http://markmail.org/thread/wtmbakbedycqh6l4 However it doesn't generate
the javadocs and was looking into the poms for hints.
We have the following situation:
jackrabbit-oak$ mvn clean site -P site-with-javadocs
will generate the javadocs under oak-doc/target/site/apidocs
Running instead
jackrabbit-oak/oak-doc$ mvn clean site will generate the site itself
from the markdown.
Assuming the above is the expected behaviour, how should we deploy then
the javadocs?
Cheers
Davide