Re: Maven snapshots

2018-01-11 Thread Steve Rowe
> On Jan 11, 2018, at 11:18 AM, Terry Smith wrote: > > Steve, > > Thanks for looking into this. I see the artifacts for 7.2.1-SNAPSHOT, > 7.3.0-SNAPSHOT, and 8.0.0-SNAPSHOT are now available so things are looking > good. Cool, thanks for checking on it. > On Tue, Jan 9,

Re: Maven snapshots

2018-01-11 Thread Terry Smith
tps://builds.apache.org/view/L/view/Lucene/>. > >> > >> I’ll look into the cause of the long lags and report back. > >> > >> -- > >> Steve > >> www.lucidworks.com > >> > >>> On Jan 9, 2018, at 11:57 AM, Terry Smith <she

Re: Maven snapshots

2018-01-09 Thread Uwe Schindler
this problem. >> >> There are ASF Jenkins jobs that regularly build those snapshots - see >the jobs with “Maven” in their names here: ><https://builds.apache.org/view/L/view/Lucene/>. >> >> I’ll look into the cause of the long lags and report back. >> >

Re: Maven snapshots

2018-01-09 Thread Steve Rowe
018, at 11:57 AM, Terry Smith <sheb...@gmail.com> wrote: >> >> Thanks for the feedback. >> >> Armins: I use the maven snapshots from some local jenkins builds to follow >> along with as yet unreleased features. It's a really nice way of tracking >> upcoming

Re: Maven snapshots

2018-01-09 Thread Steve Rowe
Steve www.lucidworks.com > On Jan 9, 2018, at 11:57 AM, Terry Smith <sheb...@gmail.com> wrote: > > Thanks for the feedback. > > Armins: I use the maven snapshots from some local jenkins builds to follow > along with as yet unreleased features. It's a really nice way of tracking

Re: Maven snapshots

2018-01-09 Thread Terry Smith
Thanks for the feedback. Armins: I use the maven snapshots from some local jenkins builds to follow along with as yet unreleased features. It's a really nice way of tracking upcoming changes, especially on master. Erick: Ah, that's what I suspected but feared. They've always lagged a little

Re: Maven snapshots

2018-01-09 Thread Erick Erickson
Maven support is not officially part of the project, it's maintained on a "when someone interested gets to it" basis. So the short answer is "no, you shouldn't expect those to be absolutely current" contributions welcome ;) Best, Erick On Tue, Jan 9, 2018 at 6:36 AM, Armins Stepanjans

Re: Maven snapshots

2018-01-09 Thread Armins Stepanjans
Hi, I'm not sure I understand your question. There should be no confusion about setting a Maven snapshot dependency in the pom file, as you can specify version with 8.0-SNAPSHOT (substituting 8.0 with the version you want). However, in the case you are looking for a particular version of

Re: Maven snapshots

2018-01-09 Thread Terry Smith
Guys, I'm just following up in case this question slipped between the cracks. Should I expect the apache snapshots maven repository to be current for Lucene 7.x and 8? Specifically, I don't see snapshot releases for 7.2 or 7.3 and it looks like the 8.0 snapshot releases are pretty stale.

Maven snapshots

2018-01-05 Thread Terry Smith
Hi, I'm not seeing snapshot releases on the maven repository for 7.2 or 7.3. Is this on purpose? https://repository.apache.org/content/groups/snapshots/org/apache/lucene/lucene-core/ --Terry