From 0f31cdaeaec8c28d3ffc1ee833c264312baf837b Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 21 Nov 2006 21:51:56 +0000 Subject: [PATCH] --- trunk/crawler/kiss/docs/content/xdocs/index.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/trunk/crawler/kiss/docs/content/xdocs/index.xml b/trunk/crawler/kiss/docs/content/xdocs/index.xml index b61d4874..8db15edd 100644 --- a/trunk/crawler/kiss/docs/content/xdocs/index.xml +++ b/trunk/crawler/kiss/docs/content/xdocs/index.xml @@ -264,9 +264,18 @@
Source distribution -

With the source code, build everything with ant dist-lite, then locate the - binary distribution in lib/wamblee/crawler/kiss/kiss-crawler-bin.zip. Then - proceed as for the binary distribution.

+

With the source code, build everything with maven2 as follows:

+ + mvn -Dmaven.test.skip=true install + cd crawler + mvn package assembly:assembly + +

+ After this, locate the + binary distribution in the target subdirectory of the crawler + directory. Then + proceed as for the binary distribution.

+
-- 2.31.1