On 17/11/2014 15:18, Michael Dürig wrote: > > 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 Thanks Michael,
unfortunately it doesn't work this way. if you run from reactor site -Psite-with-javadoc it generates the javadoc under oak-doc/target/site/apidoc. if you run it from within the oak-doc it generates only the site and NOT the javadoc. D.
