diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index 0f83ff575..c4a4c7774 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -29,8 +29,8 @@ under the License.
- All options provided by Sun on the Javadoc homepages are wrapped in the Maven Javadoc Plugin. This
- plugin supports Javadoc 1.4, 1.5 and 6.0 options. Refer you to the
+ All options provided by Oracle on the Javadoc homepages are wrapped in the Maven Javadoc Plugin. This
+ plugin supports Javadoc 1.4, 1.5 and 6.0 options. Refer to the
Javadoc Package Summary
for more information and to the Javadoc Plugin Documentation.
The Javadoc Plugin calls the Javadoc tool with
- argument files,
+ argument files,
i.e. files called 'options', 'packages' and 'argfile' (or 'files' with Jdk < 1.4):
Note: If your proxy needs more JVM
- networking properties
+ networking properties
(like NTLM), you could always add JVM options using the <additionalJOption/> parameter
in your Javadoc Plugin configuration, i.e.:
aggregate
parameter, and if the
Javadoc report does not include additional source code directories defined using the
- build-helper:add-source goal,
+ build-helper:add-source goal,
you need to use the javadoc:aggregate
goal instead of javadoc:javadoc
goal. Read the
Aggregating Javadocs for Multi-Projects part for more information.
@see MyMojo
or {@link MyMojo}
will NOT work.@see MyMojo
or {@link MyMojo}
will NOT work.@see com.mycompany.plugin.myplugin.MyMojo
or {@link com.mycompany.myplugin.MyMojo}
- will work.- You are on Windows XP with Sun JDK 5 or JDK 6 freshly installed, and when you run mvn javadoc:javadoc, - you are stick by an sun.net.www.ParseUtil.decode() exception like this - one. -
- -
- Your CLASSPATH environement variable is probably corrupted, i.e. something like:
- %JAVAHOME%
not a valid environment variable.
-
- To resolve it, just reset the CLASSPATH environement variable, i.e.:
- Refer you to - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6219854 - from Sun for more details. -
- - -<encoding/>
, <docencoding/>
and <charset/>
parameters?<encoding/>
, <docencoding/>
, and <charset/>
parameters?By default, these parameters have the following values: