Author: dennisl
Date: Sun Jul 21 22:29:03 2013
New Revision: 1505484
URL: http://svn.apache.org/r1505484
Log:
Remove confusing path preceding the javadoc command line tool.
Modified:
maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/index.apt
maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml
Modified: maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/index.apt?rev=1505484&r1=1505483&r2=1505484&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/index.apt Sun Jul 21
22:29:03 2013
@@ -4,7 +4,7 @@
Maria Odea Ching
Vincent Siveton
------
- 2009-07-26
+ 2013-07-22
------
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -39,8 +39,7 @@ Maven Javadoc Plugin
and calls the Javadoc tool as follow:
+-----+
-#${project.reporting.outputDirectory}/apidocs/javadoc.exe(or .sh) \
- @options @packages | @argfile
+javadoc.exe(or .sh) @options @packages | @argfile
+-----+
When no configuration values are set, the plugin sets default values instead
and then executes the Javadoc tool.
Modified: maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml?rev=1505484&r1=1505483&r2=1505484&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml Sun Jul 21
22:29:03 2013
@@ -76,9 +76,7 @@ under the License.
<a
href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#argumentfiles">argument
files</a>,
i.e. files called 'options', 'packages' and 'argfile' (or 'files'
with Jdk < 1.4):
<source><![CDATA[
-${project.reporting.outputDirectory}/apidocs/javadoc.exe(or .sh) \
- @options \
- @packages | @argfile]]></source>
+javadoc.exe(or .sh) @options @packages | @argfile]]></source>
</p>
<p>
These argument files are generated at runtime depending the Javadoc
Plugin configuration and are deleted