Author: pgier
Date: Wed Nov 18 16:26:42 2009
New Revision: 881828

URL: http://svn.apache.org/viewvc?rev=881828&view=rev
Log:
Include maven ant tasks in 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=881828&r1=881827&r2=881828&view=diff
==============================================================================
--- maven/site/trunk/src/site/fml/general.fml (original)
+++ maven/site/trunk/src/site/fml/general.fml Wed Nov 18 16:26:42 2009
@@ -84,7 +84,7 @@
     </faq>
 
     <faq id="using-ant-tasks">
-      <question>How can I use Ant tasks in Maven 2?</question>
+      <question>How can I use Ant tasks in a Maven build?</question>
       <answer>
         <p>
           There are currently 2 alternatives:
@@ -104,6 +104,16 @@
       </answer>
     </faq>
 
+    <faq id="maven-ant-tasks">
+      <question>How can I use Maven features in an Ant build?</question>
+      <answer>
+        <p>
+          The <a href="http://maven.apache.org/ant-tasks/index.html";>Maven Ant 
Tasks</a> allow many of the features of 
+          Maven, such as dependency management and repository deployment, to 
be used in an Ant build. 
+        </p>
+      </answer>
+    </faq>
+
     <faq id="Compiling-J2SE-5">
       <question>How do I set up Maven so it will compile with a target and 
source JVM of my choice?</question>
       <answer>


Reply via email to