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

Matthias Friedrich updated MAHOUT-199:
--------------------------------------

    Description: 
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!

  was:
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!


> 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