Re: Building Mahout Source

2015-06-12 Thread Raghuveer
I do understand that, but i am expecting i see artifacts in some sub-modules target folders.I am expecting something like mahout.0.10.0-SNAPSHOT.jar in mahout or distribution folders which i dont see. Currently am able to run from terminal but if i want to do java programming then i need the jar

Re: Building Mahout Source

2015-06-11 Thread Suneel Marthi
The MVN respositories are updated when a release has been pushed out. For the latest Mahout artifacts see http://mvnrepository.com/artifact/org.apache.mahout 0.10.1 is the most recent release. On Thu, Jun 11, 2015 at 7:12 AM, Andrew Musselman < andrew.mussel...@gmail.com> wrote: > Also it's wor

Re: Building Mahout Source

2015-06-11 Thread Andrew Musselman
Also it's worth noting there's a point release, 0.10.1, available now. On Thursday, June 11, 2015, Dmitriy Lyubimov wrote: > I am not sure how maven repo is managed for released apache projects. > Binary artifacts are available for downloads. Also if you are building from > source, they would be

Re: Building Mahout Source

2015-06-11 Thread Dmitriy Lyubimov
I am not sure how maven repo is managed for released apache projects. Binary artifacts are available for downloads. Also if you are building from source, they would be found on standard places for a maven multimodule project, i.e. module-name/target/artifact-jar. On Jun 11, 2015 3:28 AM, "Raghuveer

Building Mahout Source

2015-06-11 Thread Raghuveer
I took mahout-0.10.0 source and build it using "mvn install -DskipTests". I dont see any jar in root target folder or distribution target folder. Nor in the maven local repository in /.m2/repository/org/apache/mahout. And i dont see the maven repo with 0.10.0 version yet. Kindly suggest where sh