Author: vsiveton
Date: Mon Feb 25 04:27:09 2008
New Revision: 630829

URL: http://svn.apache.org/viewvc?rev=630829&view=rev
Log:
o added a mojo faq

Modified:
    maven/site/trunk/src/site/fml/general.fml

Modified: maven/site/trunk/src/site/fml/general.fml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/fml/general.fml?rev=630829&r1=630828&r2=630829&view=diff
==============================================================================
--- maven/site/trunk/src/site/fml/general.fml (original)
+++ maven/site/trunk/src/site/fml/general.fml Mon Feb 25 04:27:09 2008
@@ -373,5 +373,15 @@
         </p>
       </answer>
     </faq>
+
+    <faq id="What is a Mojo">
+      <question>What is a Mojo?</question>
+      <answer>
+        <p>
+          A mojo is a <b>M</b>aven plain <b>O</b>ld <b>J</b>ava <b>O</b>bject. 
Each mojo is an executable
+          <i>goal</i> in Maven, and a plugin is a distribution of one or more 
related mojos.
+        </p>
+      </answer>
+    </faq>
   </part>
 </faqs>


Reply via email to