Author: epunzalan
Date: Mon Jul 17 05:13:54 2006
New Revision: 422695

URL: http://svn.apache.org/viewvc?rev=422695&view=rev
Log:
Added an faq entry similar to eclipse's

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

Modified: maven/plugins/trunk/maven-idea-plugin/src/site/fml/faq.fml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-idea-plugin/src/site/fml/faq.fml?rev=422695&r1=422694&r2=422695&view=diff
==============================================================================
--- maven/plugins/trunk/maven-idea-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-idea-plugin/src/site/fml/faq.fml Mon Jul 17 
05:13:54 2006
@@ -1,7 +1,13 @@
 <?xml version="1.0"?>
 <faqs id="FAQ" title="Frequently Asked Questions">
  <part id="General">
-   <faq id="1">
+   <faq id="idea-plugin">
+     <question>Is this the IDEA Plugin that allows me to run maven commands 
from within IntelliJ IDEA?</question>
+     <answer>
+       <p>No. This is a maven plugin to generate IntelliJ IDEA files for a 
maven project. This is not an IDEA Plugin for Maven.</p>
+     </answer>
+   </faq>
+   <faq id="multi-project-handling">
      <question>How does the IDEA plugin work on multi-project</question>
      <answer>
        <p>


Reply via email to