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 2006/08/28 13:53:46 UTC

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

Author: vsiveton
Date: Mon Aug 28 04:53:46 2006
New Revision: 437677

URL: http://svn.apache.org/viewvc?rev=437677&view=rev
Log:
o added "Where are Maven SNAPSHOT artifacts" question

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=437677&r1=437676&r2=437677&view=diff
==============================================================================
--- maven/site/trunk/src/site/fml/general.fml (original)
+++ maven/site/trunk/src/site/fml/general.fml Mon Aug 28 04:53:46 2006
@@ -279,5 +279,20 @@
   ...</source>
       </answer>
     </faq>
+    <faq id="snapshot-artifacts">
+      <question>Where are Maven SNAPSHOT artifacts?</question>
+      <answer>
+        <p>
+          If you are trying to build a development version of Maven or plugins, 
+          you may need to access the maven snapshot repositories.
+        </p>
+
+        <p>
+          You need to update your settings.xml file using the
+          <a href="guides/development/guide-plugin-snapshot-repositories.html">
+          Guide to Plugin Snapshot Repositories</a>
+        </p>
+      </answer>
+    </faq>
   </part>
 </faqs>