[ 
https://issues.apache.org/jira/browse/MAHOUT-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777424#action_12777424
 ] 

Sean Owen commented on MAHOUT-199:
----------------------------------

So, you are using 0.1, or the latest code from SVN?

And you say that 0.1 deploys mahout-parent right? Because I do see it in the 
0.2 release which is just about to be released. So maybe the answer is that it 
will be deployed shortly anyway.

But if you are using code from SVN you would have to mvn install everything 
locally anyway, as I understand. Are you saying this doesn't work? and which 
pom.xml are you referencing here with the <dependency> stanza?

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