Using the following conf on Windows box doesnt generate javadoc
<sourcepath>${basedir}/src/main/java:${basedir}/src/main/javadoc</sourcepath>
It is due to the colon separator (solaris) instead of the semi-colon (windows)
Other path options (docletPath, extdirs, sourcepath, tagletpath, bootclasspath) are also plateform dependant.
fixed in r814171, snap deployed
fixed in r814171
, snap deployed