Does mahout really have to depend on 2.9? The release plugin won't
release with a snapshot dependency, and, more to the point, the 2.9
snapshots are missing.
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.lucene:lucene-analyzers:jar:2.9-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.lucene
-DartifactId=lucene-analyzers -Dversion=2.9-SNAPSHOT -Dpackaging=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.lucene
-DartifactId=lucene-analyzers -Dversion=2.9-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.mahout:mahout-core:jar:0.2-SNAPSHOT
2) org.apache.lucene:lucene-analyzers:jar:2.9-SNAPSHOT
2) org.apache.lucene:lucene-core:jar:2.9-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.lucene
-DartifactId=lucene-core -Dversion=2.9-SNAPSHOT -Dpackaging=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.lucene
-DartifactId=lucene-core -Dversion=2.9-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.mahout:mahout-core:jar:0.2-SNAPSHOT
2) org.apache.lucene:lucene-core:jar:2.9-SNAPSHOT