Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hosting for javadoc? [closed]

I have an open source project hosted on bitbucket. Bitbucket does not provide hosting for large number of small files (i. e. javadocs). Where could I publish javadocs? Javadocs must be browseable, not as single archive.

like image 685
stepancheg Avatar asked Apr 20 '09 15:04

stepancheg


3 Answers

If your open source project is released to central maven repo, then you can use javadoc.io to host your javadoc.

Your javadoc will be under: http://www.javadoc.io/doc/$groupId/$artifactId

For example: http://www.javadoc.io/doc/org.springframework/spring-core

I find it convenient because javadoc.io will automatically pick up latest version when there is a newer version released to central maven repo.

like image 51
Max Avatar answered Nov 03 '22 04:11

Max


Do it on BitBucket! You can host a static file web site there.

like image 5
Rob Eden Avatar answered Nov 03 '22 04:11

Rob Eden


amazon s3, but it is not free.

like image 2
dfa Avatar answered Nov 03 '22 06:11

dfa