You could switch to nexus, but that would be easier somewhat if lucene went to a maven build.
On Sat, Jul 11, 2009 at 5:45 PM, Grant Ingersoll<[email protected]> wrote: > It should be automated. I can check. > > > On Jul 11, 2009, at 4:45 PM, Benson Margulies wrote: > >> I think that snapshots get deleted from people.apache.org from time to >> time. When's the last time someone deployed them? >> >> On Sat, Jul 11, 2009 at 4:29 PM, Grant Ingersoll<[email protected]> >> wrote: >>> >>> We probably will have to somehow fix the version at a specific time at >>> some >>> point. Not sure why 2.9-SNAPSHOT isn't found, though, it's always worked >>> for me. >>> >>> As for 2.9, some of the stuff I do in VectorIterable relies on 2.9. 2.9 >>> is >>> in theory going to be released soon. >>> >>> >>> On Jul 11, 2009, at 2:58 PM, Benson Margulies wrote: >>> >>>> 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 >>> >>> -------------------------- >>> Grant Ingersoll >>> http://www.lucidimagination.com/ >>> >>> Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using >>> Solr/Lucene: >>> http://www.lucidimagination.com/search >>> >>> > > -------------------------- > Grant Ingersoll > http://www.lucidimagination.com/ > > Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using > Solr/Lucene: > http://www.lucidimagination.com/search > >
