Hello every1. I might have gottenit all wrong....:-( But here's what I wantoknow:
I am trying to setup mahout on maven artifactory repository: I have setup: ============= jdk1.6.0_21 Cygwin junit maven pig hadoop Now I am trying to setup mahout, either through maven OR ??? On Cygwin console I do: ======================= $ mvn archetype:generate -DgroupId=org.apache.mahout -DartifactId=mahout - DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false Here what I get: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Required goal not found: archetype:generate in org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-3 [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Mon Aug 16 11:04:56 IDT 2010 [INFO] Final Memory: 1M/7M [INFO] ------------------------------------------------------------------------ WHEN TRYING FROM THE MAHOUT DIRECTORY: MAHOUT DIRECTORY CONTENT: ========================= ja...@jud-20b41ee8fb0 ~ $ cd /cygdrive/c/mahout-0.3 ja...@jud-20b41ee8fb0 /cygdrive/c/mahout-0.3 $ ls KEYS bin mahout-collections-0.3.jar mahout-examples-0.3.job LICENSE.txt conf mahout-core-0.3.jar mahout-math-0.3.jar NOTICE.txt docs mahout-core-0.3.job mahout-taste-webapp-0.3.war README.txt lib mahout-examples-0.3.jar mahout-utils-0.3.jar MVN INSTALL: ============ ja...@jud-20b41ee8fb0 /cygdrive/c/mahout-0.3 $ mvn install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Default Project [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Cannot execute mojo: resources. It requires a project with an existing pom.xml, but the build is not using one. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 seconds [INFO] Finished at: Mon Aug 16 13:30:12 IDT 2010 [INFO] Final Memory: 4M/9M [INFO] ------------------------------------------------------------------------ What M I DOING WRONG??? How should I do it? How do U setup mahout??? Peace bros... J.
