Author: krosenvold
Date: Sun May  8 20:46:48 2011
New Revision: 1100812

URL: http://svn.apache.org/viewvc?rev=1100812&view=rev
Log:
[SUREFIRE-731] Documentation update about how to build

Patch by Benson Margulies, applied unmodified

Modified:
    
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/developingSurefire.apt

Modified: 
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/developingSurefire.apt
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/src/site/apt/developingSurefire.apt?rev=1100812&r1=1100811&r2=1100812&view=diff
==============================================================================
--- 
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/developingSurefire.apt 
(original)
+++ 
maven/surefire/trunk/maven-surefire-plugin/src/site/apt/developingSurefire.apt 
Sun May  8 20:46:48 2011
@@ -28,6 +28,14 @@
 
 When working with surefire, it is necessary to understand a few things:
 
+Multi-Module project
+  The plugin is built as part of a multi-module plugin. The generated
+  'project information' will suggest that you check out (e.g.) 
+  http://svn.apache.org/repos/asf/maven/surefire/trunk/maven-surefire-plugin.
+  In fact, you need to check out (e.g.)
+  http://svn.apache.org/repos/asf/maven/surefire/trunk and
+  build from there.
+
 JDK Versions
   The surefire booter is capable of booting all the way back to jdk1.3. 
Specifically
   this means surefire-api, surefire-booter, common-junit3 and surefire-junit3 
are


Reply via email to