Maven Java2Html plugin

This is a plugin that produces HTML from your project's source.

You may download it by running the following maven command (all on one line):

maven -Dmaven.repo.remote=http://www.qualitylabs.org/maven/repository,http://www.ibiblio.org/maven
     -DartifactId=maven-java2html-plugin 
     -DgroupId=maven-java2html-plugin 
     -Dversion=1.0 
     plugin:download
      

Then run maven java2html to create HTML from your project's source.

See http://www.java2html.de for more information on Java2Html.