On 18.11.14 9:56 , Davide Giannella wrote:
On 17/11/2014 16:52, Michael Dürig wrote:
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.
I think that now the procedure for fully update the javadoc and website
should be the following:
oak-doc$ mvn clean site
reactor$ mvn site -P site-with-javadoc
(tested locally and works)
reactor$ mvn site-deploy
(not tested yet)
+1 this should work. Let's adjust the readme accordingly. Although it is
a bit of a workaround I think it is fine for the time being as this is
more of an administrative task we don't do too often.
Michael