Skip to content
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.

Common tasks

stephanenicolas edited this page Jan 17, 2013 · 25 revisions

This document explains common tasks for contributors.

Creating Javadocs and exporting it to GitHub's page

# generate local site (warning for maven multi-module projects, local site links are broken)
mvn clean site
# deploy the site on github's pages, all links should work there.
mvn site-deploy

Maven site can be browsed at : http://octo-online.github.com/robospice/site/latest/index.html Javadoc can be browsed at :http://octo-online.github.com/robospice/site/latest/apidocs/index.html