You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/06/20 22:52:47 UTC

svn commit: r415800 - /maven/maven-1/core/trunk/xdocs/faq.fml

Author: ltheussl
Date: Tue Jun 20 13:52:47 2006
New Revision: 415800

URL: http://svn.apache.org/viewvc?rev=415800&view=rev
Log:
Add a Maven 2 faq entry.

Modified:
    maven/maven-1/core/trunk/xdocs/faq.fml

Modified: maven/maven-1/core/trunk/xdocs/faq.fml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/faq.fml?rev=415800&r1=415799&r2=415800&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/faq.fml (original)
+++ maven/maven-1/core/trunk/xdocs/faq.fml Tue Jun 20 13:52:47 2006
@@ -22,10 +22,28 @@
 
   <part id="general">
     <title>General</title>
-   
+
     <faq id="maven-definition">
       <question>What does Maven mean?</question>
       <answer><p>A maven (yi.=meyvn) is an experienced or knowledgeable person, such as an expert or freak.</p></answer>
+    </faq>
+
+    <faq id="maven-two">
+      <question>What is Maven 2?</question>
+      <answer>
+        <p>
+           Maven 2.0 is a complete rewrite of the 'original' Maven application ('Maven 1').
+           As such, it is very different from Maven 1, and not backwards-compatible
+           (eg, it cannot execute Maven 1 plugins). However, Maven 2.0 is the latest stable release
+           of the Maven application, and new users are generally encouraged to use
+           it for all new projects.
+        </p>
+        <p>
+          If you are familiar with Maven 1, you can find some information about moving to
+          Maven 2 <a href="http://maven.apache.org/maven1.html">here</a> or on the main
+          <a href="http://maven.apache.org/">Maven</a> site.
+        </p>
+      </answer>
     </faq>
 
   </part>