You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ar...@apache.org on 2006/08/01 10:11:53 UTC

svn commit: r427485 - in /maven/plugins/trunk/maven-dependency-plugin/src/site/fml: ./ faq.fml

Author: aramirez
Date: Tue Aug  1 01:11:53 2006
New Revision: 427485

URL: http://svn.apache.org/viewvc?rev=427485&view=rev
Log:
PR: MDEP-30

added faq

Added:
    maven/plugins/trunk/maven-dependency-plugin/src/site/fml/
    maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml

Added: maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml?rev=427485&view=auto
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml (added)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml Tue Aug  1 01:11:53 2006
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<faqs id="FAQ" title="Frequently Asked Questions">
+ <part id="General">
+   <faq id="question">
+     <question>What is the difference between dependency-maven-plugin and maven-dependency-plugin?</question>
+     <answer>
+        <p>
+            Actually, they are the same, It's just it was moved and renamed. The dependency-maven-plugin
+            is hosted at Mojo while maven-dependency-plugin is hosted at Apache. But the most recommended
+            plugin to use is the maven-dependency-plugin.
+        </p>
+     </answer>
+   </faq>
+ </part>
+</faqs>
\ No newline at end of file