On 17.11.14 5:43 , Michael Dürig wrote:
On 17.11.14 5:02 , Davide Giannella wrote:
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.
Yes I can confirm it doesn't work any more. But it used to work this way
so something broke somewhere between we last updated the Javadocs to now.
This broke it:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/pom.xml?r1=1562870&r2=1562869&pathrev=1562870
And you have to run from the reactor. Not from oak-doc as I wrote earlier.
Michael