You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benson Margulies <bi...@gmail.com> on 2009/09/14 19:37:05 UTC

JAVA_HOME versus javadoc

My .mavenrc specifies a 1.5 JDK.

tracing the execution of 'mvn' with sh -x shows that it is being used.

Yet, the javadoc plugin is somehow obtaining and using the 1.6 version.

?