This error is driving me crazy in eclipse indigo
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0:site (default-site) on project Cdss-camel: Error during page generation: Error rendering Maven report: Unable to find javadoc command: The environment variable JAVA_HOME is not correctly set. -> [Help 1]
My JAVA_HOME is set to /Library/Java/Home where it should be (symbolic link to the java home directory); I have a class path variable JAVA_HOME pointing to that location as well.
Running the site plugin from zsh works,
First check you JAVA_HOME which seemed to be wrong furthermore update the version of the maven-site-plugin to 3.1 instead of 3.0.