You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2008/11/30 15:08:12 UTC

svn commit: r721815 - /lucene/tika/trunk/README.txt

Author: jukka
Date: Sun Nov 30 06:08:12 2008
New Revision: 721815

URL: http://svn.apache.org/viewvc?rev=721815&view=rev
Log:
TIKA-177: Improved build instructions in README

Based on the patch by Chris Hostetter.

Modified:
    lucene/tika/trunk/README.txt

Modified: lucene/tika/trunk/README.txt
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/README.txt?rev=721815&r1=721814&r2=721815&view=diff
==============================================================================
--- lucene/tika/trunk/README.txt (original)
+++ lucene/tika/trunk/README.txt Sun Nov 30 06:08:12 2008
@@ -67,9 +67,23 @@
 
     mvn install
 
+You can also find the generated jar libraries in the ./target directory.
+
 See the Maven web site at http://maven.apache.org/ for more instructions
 and the latest Maven downloads. 
 
+Documentation
+=============
+
+You can build a local copy of the Tika documentation including JavaDocs
+using the following Maven 2 command in the Tika source directory: 
+
+    mvn site 
+
+You can then open the Tika Documentation in a web browser: 
+
+    ./target/site/documentation.html 
+
 Mailing Lists
 =============