[ 
https://issues.apache.org/jira/browse/MAHOUT-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Friedrich closed MAHOUT-199.
-------------------------------------


Yes, that's what I need, thank you! All dependencies of mahout-core-0.2 resolve 
nicely, so it's very convenient to start a new Taste-based Maven project.

Feel free to contact me if you run into problems with Maven. I'm no expert but 
I know my way around.

> Parent POM missing in public maven repository
> ---------------------------------------------
>
>                 Key: MAHOUT-199
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-199
>             Project: Mahout
>          Issue Type: Wish
>    Affects Versions: 0.1
>         Environment: Maven 2.0.9
>            Reporter: Matthias Friedrich
>            Priority: Minor
>             Fix For: 0.2
>
>
> I wanted to play with Taste and thus created a Maven project that referenced 
> the mahout-core artifact. But since mahout-parent isn't deployed, I couldn't 
> build my project. I had to download the 0.1 release and install the parent 
> POM in my local repository (cd mahout-0.1/maven && mvn install).
> Steps to reproduce:
> $ mvn archetype:create -DgroupId=de.mafr.demo -DartifactId=MahoutDemo
> $ cd MahoutDemo
> $ vi MahoutDemo
> add dependencies listed below
> $ mvn package
> The dependency section I added:
>     <dependency>
>       <groupId>org.apache.mahout</groupId>
>       <artifactId>mahout-core</artifactId>
>       <version>0.1</version>
>     </dependency>
> Could you please deploy the parent POM? It would make it a lot easier to play 
> with Mahout/Taste. Thanks in advance for your help!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to