(Maven version is 2.1.0-M1 on a Mac) 'mvn install' succeeds from within the maven/ directory. But I see the same result when then running this from core/, or the root, afterwards.
What, in theory, is the 'right' way to build? which commands, from which dir? if I just want to generate a .jar with the library code. On Mon, Jul 20, 2009 at 1:51 PM, Benson Margulies<bimargul...@gmail.com> wrote: > Sean, > > The core POM has a parent that looks for > org.apache.mahout:maven-parent:0.2-SNAPSHOT, with a relativePath of > ../maven. > > The maven-parent pom seems to be indeed defining > > org.apache.mahout:maven-parent:0.2-SNAPSHOT. > > Does it work if you run maven in the 'maven' directory and then run > it from the core directory? > > I don't think you've mentioned your maven version yet. > > I sort of hope that Grant did the sanity test of removing his local > repo for org/apache/mahout before he committed this.