X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=trunk%2Fcrawler%2Fkiss%2Fdocs%2Fcontent%2Fxdocs%2Findex.xml;h=8db15edda875dc7cf03ddf165892e768012674f3;hb=0f31cdaeaec8c28d3ffc1ee833c264312baf837b;hp=b61d4874013d1fa51c6d4e2d19aa568ae317dd84;hpb=ad2e87b5cd22eae23bfce210fc029761c9090676;p=utils 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.

+