Uploaded image for project: 'Mahout'
  1. Mahout
  2. MAHOUT-199

Parent POM missing in public maven repository

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.1
    • 0.2
    • None
    • None
    • Maven 2.0.9

    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!

      Attachments

        Activity

          People

            Unassigned Unassigned
            mafr Matthias Friedrich
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: