You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/07/30 00:22:20 UTC

svn commit: r680863 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml

Author: vsiveton
Date: Tue Jul 29 15:22:19 2008
New Revision: 680863

URL: http://svn.apache.org/viewvc?rev=680863&view=rev
Log:
o improved the FAQ

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml

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=680863&r1=680862&r2=680863&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 Tue Jul 29 15:22:19 2008
@@ -36,8 +36,13 @@
       <question>Where in the pom.xml do I configure the Javadoc Plugin?</question>
       <answer>
         <p>
-          Like all other site report plugins, the Javadoc Plugin goes in the
-          <i>&lt;reporting/&gt;</i> section of your pom.xml.
+          Like all other site report plugins, the Javadoc Plugin goes in the <i>&lt;reporting/&gt;</i> section
+          of your pom.xml. In this case, you will need to call <code>mvn site</code> to run reports.
+        </p>
+        <p>
+          You could also configure it in the &lt;plugins/&gt; or &lt;pluginsManagement/&gt; in &lt;build/&gt; tag
+          of your pom.xml. In this case, you will need to call <code>mvn javadoc:javadoc</code> to run the main
+          report.
         </p>
       </answer>
     </faq>