You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2009/03/05 16:51:14 UTC

svn commit: r750477 - /continuum/site/src/site/fml/faqs.fml

Author: wsmoak
Date: Thu Mar  5 15:51:13 2009
New Revision: 750477

URL: http://svn.apache.org/viewvc?rev=750477&view=rev
Log:
Add a faq on build order.
Thanks to Brett Porter for explaining this in the NPanday discussion forum.

Modified:
    continuum/site/src/site/fml/faqs.fml

Modified: continuum/site/src/site/fml/faqs.fml
URL: http://svn.apache.org/viewvc/continuum/site/src/site/fml/faqs.fml?rev=750477&r1=750476&r2=750477&view=diff
==============================================================================
--- continuum/site/src/site/fml/faqs.fml (original)
+++ continuum/site/src/site/fml/faqs.fml Thu Mar  5 15:51:13 2009
@@ -90,6 +90,11 @@
   </part>
   <part id="general">
     <title>General</title>
+    <faq id="build-order">
+      <question>Why does Continuum build my project group in a different order than the Maven 2 command line?</question>
+      <answer>Continuum uses alphabetical order and then considers dependencies, while Maven starts with the order of the
+        modules in the pom before considering dependencies.</answer>
+    </faq>
     <faq id="why-maven-doesn-t-detect-my-failed-builds">
       <question>Why Maven doesn't detect my failed builds?</question>
       <answer>