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, 2018 at 4:38 PM, Uwe S

Re: Maven snapshots

2018-01-11 Thread Terry Smith
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. --Terry On Tue, Jan 9, 2018 at 4:38 PM, Uwe Schindler wrote: > Hi Steve, > > If this fixed it could you please add it as dependency on

Re: Maven snapshots

2018-01-09 Thread Uwe Schindler
Hi Steve, If this fixed it could you please add it as dependency on the separate Jenkins target? I prefer all Jenkins jobs only call a simple "Jenkins job" target. Uwe Am January 9, 2018 8:59:02 PM UTC schrieb Steve Rowe : >Looks like this is partly(?) as a result of build changes I made as >pa

Re: Maven snapshots

2018-01-09 Thread Steve Rowe
Looks like this is partly(?) as a result of build changes I made as part of . I unintentionally removed the only invocation of the "generate-maven-artifacts" target called from the Jenkins jobs (which run “ant jenkins-maven-nightly”), and it is

Re: Maven snapshots

2018-01-09 Thread Steve Rowe
Hi Terry, Thanks for the heads-up about this problem. There are ASF Jenkins jobs that regularly build those snapshots - see the jobs with “Maven” in their names here: . I’ll look into the cause of the long lags and report back. -- Steve www.lucid

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 behi

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 wrot

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 Lucene,

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. Thanks,