On Fri, Sep 26, 2014 at 2:05 PM, Matthias Sohn <[email protected]> wrote:
> On Fri, Sep 26, 2014 at 11:56 AM, Jeremie Bresson < > [email protected]> wrote: > >> Hi Everybody, >> >> >> >> Since a very long time people are asking us to publish the Javadoc of the >> Eclipse Scout Project as HTML page [Bug 408052 - #1]. >> >> >> >> I wonder what the best practice is. I have seen that some project have >> decided to publish it under: >> >> * help.eclipse.org (for example the SWT project [#2]) >> >> * download.eclipse.org (for example the EMF project [#3]) >> >> >> >> Personally I like the second approach. Is there an official recommended >> approach? >> >> >> >> Could you also indicate how to achieve this during a CBI build? >> >> We are using maven tycho. I imagine there are examples in the projects >> that are already publishing Javadoc. I would really appreciate a pointer to >> know how to start. >> >> >> >> Thank you in advance, >> >> Jérémie >> >> [#1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=408052 >> >> [#2] >> http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/package-summary.html >> >> [#3] http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/ >> > > I just implemented the second approach for JGit using maven-site-plugin, > the changes implementing > that are here: > https://git.eclipse.org/r/#/c/33891/ > https://git.eclipse.org/r/#/c/33892/ > and the first result is here (javadoc is under project reports) > http://download.eclipse.org/jgit/site/3.5.0-SNAPSHOT/ > I documented our approach here https://wiki.eclipse.org/EGit/Contributor_Guide#JGit_3
_______________________________________________ cross-project-issues-dev mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
