Anyone else running into build errors all of a sudden? Or just me (possible
given my fooling around with Hadoop)?
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.mahout:mahout-core:test-jar:tests:0.5-SNAPSHOT
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-core -Dversion=0.5-SNAPSHOT -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-core -Dversion=0.5-SNAPSHOT -Dclassifier=tests
-Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.mahout:mahout-utils:jar:0.5-SNAPSHOT
2) org.apache.mahout:mahout-core:test-jar:tests:0.5-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.mahout:mahout-utils:jar:0.5-SNAPSHOT
from the specified remote repositories:
Apache Releases (
https://repository.apache.org/content/repositories/releases),
central (http://repo1.maven.org/maven2),
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)
Also, Eclipse is yelling at me for some dependencies that are missing, too
(mainly lucene, but also a few commons and net/java deps that Eclipse can't
find). Not sure if this is a result of the build itself dying prematurely,
or if the missing dependencies are causing the build to fail. Any thoughts?
Shannon