Re: Downloading Lucene 2.9 from Maven

2009-05-12 Thread Grant Ingersoll
On May 12, 2009, at 11:13 AM, Paul Taylor wrote: Michael McCandless wrote: Hi I can see the on hudson it nows say 2.9-SNAPSHOT, but theres nothing in the maven central repository, so is there a way I can get it downloaded automatically or not ? We don't publish SNAPSHOTs to

Re: Downloading Lucene 2.9 from Maven

2009-05-12 Thread Paul Taylor
Michael McCandless wrote: Lucene's trunk build (2.9-dev) is supposed to be available, as 2.9-SNAPSHOT. But something is wrong: we seem to be building 2.9 trunk but attempting to publish it (incorrectly) as 2.4-SNAPSHOT. But then, 2.4-SNAPSHOT is not published correctly... I only see the maven-m

Re: Downloading Lucene 2.9 from Maven

2009-05-11 Thread Michael McCandless
Lucene's trunk build (2.9-dev) is supposed to be available, as 2.9-SNAPSHOT. But something is wrong: we seem to be building 2.9 trunk but attempting to publish it (incorrectly) as 2.4-SNAPSHOT. But then, 2.4-SNAPSHOT is not published correctly... I only see the maven-metadata.xml, and no artifact

Downloading Lucene 2.9 from Maven

2009-05-11 Thread Paul Taylor
Hi I'm working on an opensrc project that needs Lucene 2.9 and uses Maven, it would be great if Lucene 2.9 could be found automatically so that other developers can easily run and build the project. First of all I changed the version field from 2.4 to 2.9 in my pom.xml but lucene couldn't find