Hi Christian,

I think https://issues.apache.org/jira/browse/MAHOUT-128 solves this problem. I think you just need to add the <module>maven</module> to the top level POM once you download the release. You will likely have to do a local install.

-Grant


On Jun 20, 2009, at 10:52 PM, Christian Klocker wrote:

hi,

until i run maven maven out of eclipse and everthing work - but now when it comes to create a deployment-process maven failes when on console with the following:

Project ID: org.apache.mahout:mahout-core:jar:0.1
Reason: Cannot find parent: org.apache.mahout:mahout-parent for project: org.apache.mahout:mahout-core:jar:0.1 for project org.apache.mahout:mahout-core:jar:0.1


tried to add a mahout-parent as a dependency without success
here my dependencies ... :

<dependency>
                        <groupId>org.apache.mahout</groupId>
                        <artifactId>mahout-core</artifactId>
                        <version>0.1</version>
                        <exclusions>
                                <exclusion>
                                        
<groupId>org.apache.mahout.hadoop</groupId>
                                        <artifactId>hadoop-core</artifactId>
                                </exclusion>
                                <exclusion>
                                        
<groupId>org.apache.mahout.kosmofs</groupId>
                                        <artifactId>kfs</artifactId>
                                </exclusion>
                                <exclusion>
                                        
<groupId>org.apache.mahout.jets3t</groupId>
                                        <artifactId>jets3t</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>xmlenc</groupId>
                                        <artifactId>xmlenc</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>commons-logging</groupId>
                                        <artifactId>commons-logging</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>commons-lang</groupId>
                                        <artifactId>commons-lang</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>log4j</groupId>
                                        <artifactId>log4j</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>commons-httpclient</groupId>
                                        
<artifactId>commons-httpclient</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>commons-dbcp</groupId>
                                        <artifactId>commons-dbcp</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>commons-pool</groupId>
                                        <artifactId>commons-pool</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>log4j</groupId>
                                        <artifactId>log4j</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>commons-lang</groupId>
                                        <artifactId>commons-lang</artifactId>
                                </exclusion>
                                <exclusion>
                                        
<groupId>org.apache.mahout.watchmaker</groupId>
                                        
<artifactId>watchmaker-framework</artifactId>
                                </exclusion>
                                <exclusion>
                                        
<groupId>org.apache.mahout.watchmaker</groupId>
                                        
<artifactId>watchmaker-swing</artifactId>
                                </exclusion>
                                <exclusion>
                                        
<groupId>org.apache.mahout.uncommons.math</groupId>
                                        <artifactId>uncommons-math</artifactId>
                                </exclusion>
                                <exclusion>
                                        
<groupId>com.thoughtworks.xstream</groupId>
                                        <artifactId>xstream</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>org.apache.lucene</groupId>
                                        
<artifactId>lucene-analyzers</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>org.apache.lucene</groupId>
                                        <artifactId>lucene-core</artifactId>
                                </exclusion>
                                <exclusion>
                                        
<groupId>org.apache.mahout.commons</groupId>
                                        <artifactId>commons-cli</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>com.google.code.gson</groupId>
                                        <artifactId>gson</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>

--------------------------
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