From cd20c7b28b1edb301a8b3bc05e9533f1b73e3ffc Mon Sep 17 00:00:00 2001
From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Date: Tue, 21 Nov 2006 21:51:56 +0000
Subject: [PATCH]

---
 crawler/kiss/docs/content/xdocs/index.xml | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/crawler/kiss/docs/content/xdocs/index.xml b/crawler/kiss/docs/content/xdocs/index.xml
index b61d4874..8db15edd 100644
--- a/crawler/kiss/docs/content/xdocs/index.xml
+++ b/crawler/kiss/docs/content/xdocs/index.xml
@@ -264,9 +264,18 @@
 
       <section>
         <title>Source distribution</title>
-        <p> With the source code, build everything with <code>ant dist-lite</code>, then locate the
-          binary distribution in <code>lib/wamblee/crawler/kiss/kiss-crawler-bin.zip</code>. Then
-          proceed as for the binary distribution. </p>
+        <p> With the source code, build everything with maven2 as follows:</p>
+        <source>
+           mvn -Dmaven.test.skip=true install
+           cd crawler
+           mvn package assembly:assembly
+        </source> 
+        <p>
+          After this, locate the
+          binary distribution in the <code>target</code> subdirectory of the <code>crawler</code>
+          directory. Then
+          proceed as for the binary distribution.</p>
+         
       </section>
 
       <section>
-- 
2.31.1