Hi everybody While compiling Mahout distribution 0.4, the following compilation occurred
Downloading: http://google-gson.googlecode.com/svn/mavenrepo/org/apache/mahout/mahout-math/0.4/mahout-math-0.4-tests.jar [INFO] Unable to find resource 'org.apache.mahout:mahout-math:test-jar:tests:0.4' in repository gson ( http://google-gson.googlecode.com/svn/mavenrepo) Downloading: http://repo1.maven.org/maven2/org/apache/mahout/mahout-math/0.4/mahout-math-0.4-tests.jar [INFO] Unable to find resource 'org.apache.mahout:mahout-math:test-jar:tests:0.4' in repository maven2-repository.maven.org (http://repo1.maven.org/maven2) Downloading: http://download.java.net/maven/2/org/apache/mahout/mahout-math/0.4/mahout-math-0.4-tests.jar [INFO] Unable to find resource 'org.apache.mahout:mahout-math:test-jar:tests:0.4' in repository maven2-repository.dev.java.net (http://download.java.net/maven/2) Downloading: https://repository.apache.org/content/repositories/releases/org/apache/mahout/mahout-math/0.4/mahout-math-0.4-tests.jar [INFO] Unable to find resource 'org.apache.mahout:mahout-math:test-jar:tests:0.4' in repository Apache Releases (https://repository.apache.org/content/repositories/releases) Downloading: http://repo1.maven.org/maven2/org/apache/mahout/mahout-math/0.4/mahout-math-0.4-tests.jar [INFO] Unable to find resource 'org.apache.mahout:mahout-math:test-jar:tests:0.4' in repository central ( http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.mahout:mahout-math:test-jar:tests:0.4 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.mahout -DartifactId=mahout-math -Dversion=0.4 -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.mahout -DartifactId=mahout-math -Dversion=0.4 -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.mahout:mahout-core:jar:0.4 2) org.apache.mahout:mahout-math:test-jar:tests:0.4 ---------- 1 required artifact is missing. for artifact: org.apache.mahout:mahout-core:jar:0.4 from the specified remote repositories: Apache Releases ( https://repository.apache.org/content/repositories/releases), central (http://repo1.maven.org/maven2), gson (http://google-gson.googlecode.com/svn/mavenrepo), maven2-repository.maven.org (http://repo1.maven.org/maven2), maven2-repository.dev.java.net (http://download.java.net/maven/2), Apache snapshots (http://people.apache.org/maven-snapshot-repository) Where can I find those above two jar files? Thank you!!! Best, Jay
