Author: bentmann
Date: Wed Jun 18 06:54:06 2008
New Revision: 669170

URL: http://svn.apache.org/viewvc?rev=669170&view=rev
Log:
o Pointed out topological sorting of modules

Modified:
    maven/site/trunk/src/site/apt/pom.apt

Modified: maven/site/trunk/src/site/apt/pom.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/pom.apt?rev=669170&r1=669169&r2=669170&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/pom.apt (original)
+++ maven/site/trunk/src/site/apt/pom.apt Wed Jun 18 06:54:06 2008
@@ -529,10 +529,15 @@
 
   <modules>
     <module>my-project<module>
+    <module>another-project<module>
   </modules>
 </project>
 +-----------------------------+
 
+  You do not need to consider the inter-module dependencies yourself when 
listing the modules, i.e. the
+  ordering of the modules given by the POM is not important. Maven will 
topologically sort the modules
+  such that dependencies are always build before dependent modules.
+
 *** A final note on {Inheritance v}. Aggregation
 
   Inheritance and aggregation create a nice dynamic to control builds through 
a single,


Reply via email to