Maven downloads the libs it needs to ~/.m2/repository unless you set the repo to be somewhere else.

On Feb 10, 2009, at 5:01 PM, Jeff Eastman wrote:

That worked seamlessly, thanks. Are our required libs now in $MAVEN_HOME/lib?

Jeff

[email protected] wrote:
BuildingMahout (MAHOUT) edited by Grant Ingersoll
     Page: http://cwiki.apache.org/confluence/display/MAHOUT/BuildingMahout
  Changes: 
http://cwiki.apache.org/confluence/pages/diffpagesbyversion.action?pageId=93207&originalVersion=1&revisedVersion=2






Content:
---------------------------------------------------------------------

h1. Prerequisites for Building Mahout

* Java JDK 1.6
* Maven 2.0.9 or higher (http://maven.apache.org/)

h1. Get the Source Code

Use [Subversion|http://subversion.tigris.org] to check out the code:
{code}
svn co http://svn.apache.org/repos/asf/lucene/mahout/trunk
{code}
h1. Compiling

* change directory to the checked out directory
* mvn compile

This will run the default targets, which builds both the core and the examples, and also packages them.

h2. Compile Core
* change to the core directory
* mvn compile

h2. Compile Examples

* change to the examples directory
* mvn compile

---------------------------------------------------------------------
CONFLUENCE INFORMATION
This message is automatically generated by Confluence

Unsubscribe or edit your notifications preferences
  http://cwiki.apache.org/confluence/users/viewnotifications.action

If you think it was sent incorrectly contact one of the administrators
  http://cwiki.apache.org/confluence/administrators.action

If you want more information on Confluence, or have a bug to report see
  http://www.atlassian.com/software/confluence







--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using Solr/Lucene:
http://www.lucidimagination.com/search

Reply via email to