You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/11/22 20:11:00 UTC

svn commit: r1037839 - /uima/uimaj/trunk/uimaj/README

Author: schor
Date: Mon Nov 22 19:11:00 2010
New Revision: 1037839

URL: http://svn.apache.org/viewvc?rev=1037839&view=rev
Log:
no Jira - add a small README with instructions on how to build the uimaj sdk.

Added:
    uima/uimaj/trunk/uimaj/README

Added: uima/uimaj/trunk/uimaj/README
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj/README?rev=1037839&view=auto
==============================================================================
--- uima/uimaj/trunk/uimaj/README (added)
+++ uima/uimaj/trunk/uimaj/README Mon Nov 22 19:11:00 2010
@@ -0,0 +1,7 @@
+To build Apache UIMA Java SDK, run the command
+
+  mvn install
+  
+in this directory. This will build all the submodules including the binary distribution package.
+
+Apache Maven 3.0 or later is required to build this.