You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/07/21 11:53:55 UTC

svn commit: r796223 - /maven/site/trunk/src/site/fml/general.fml

Author: vsiveton
Date: Tue Jul 21 09:53:54 2009
New Revision: 796223

URL: http://svn.apache.org/viewvc?rev=796223&view=rev
Log:
o added new faq: how to find dependencies

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=796223&r1=796222&r2=796223&view=diff
==============================================================================
--- maven/site/trunk/src/site/fml/general.fml (original)
+++ maven/site/trunk/src/site/fml/general.fml Tue Jul 21 09:53:54 2009
@@ -17,7 +17,11 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<faqs title="Frequently Asked Technical Questions">
+
+<faqs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns="http://maven.apache.org/FML/1.0"
+  xsi:schemaLocation="http://maven.apache.org/FML/1.0 http://maven.apache.org/xsd/fml-1.0.xsd"
+  title="Frequently Asked Technical Questions">
   <part id="faq">
     <faq id="encoding-warning">
       <question>How do I prevent "[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!"</question>
@@ -406,5 +410,21 @@
         </p>
       </answer>
     </faq>
+
+    <faq id="How_to_find_dependencies">
+      <question>How to find dependencies on public Maven repositories?</question>
+      <answer>
+        <p>
+          You could use the following search engines:
+        </p>
+        <ul>
+          <li><a href="http://repository.apache.org">http://repository.apache.org</a></li>
+          <li><a href="http://mvnrepository.com">http://mvnrepository.com</a></li>
+          <li><a href="http://www.mvnbrowser.com">http://www.mvnbrowser.com</a></li>
+          <li><a href="http://www.jarvana.com">http://www.jarvana.com</a></li>
+          <li><a href="http://mavensearch.net">http://mavensearch.net</a></li>
+        </ul>
+      </answer>
+    </faq>
   </part>
 </faqs>