Looks like this is partly(?) as a result of build changes I made as part of <https://issues.apache.org/jira/browse/SOLR-11181>. 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 “generate-maven-artifacts” that pushes the snapshots to the repo[1].
I’ll add “generate-maven-artifacts" to the *-Maven-* Jenkins jobs’ config and see if that fixes the problem. -- Steve www.lucidworks.com [1] With sysprops as follows: m2.repository.id=apache.snapshots.https m2.repository.url=https://repository.apache.org/content/repositories/snapshots skipTests=true > On Jan 9, 2018, at 2:24 PM, Steve Rowe <[email protected]> wrote: > > 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: > <https://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 <[email protected]> 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 changes, especially on master. >> >> >> Erick: Ah, that's what I suspected but feared. They've always lagged a >> little behind the commits, usually at most a week. But they usually have >> the next releases (and especially master) available. I can allocate some >> time to help maintain them if someone could point me in the right direction. >> >> --Terry >> >> >> >> >> On Tue, Jan 9, 2018 at 11:22 AM, Erick Erickson <[email protected]> >> wrote: >> >>> 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 < >>> [email protected]> >>> wrote: >>> >>>> 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 >>>> <version>8.0-SNAPSHOT</version> (substituting 8.0 with the version you >>>> want). >>>> >>>> However, in the case you are looking for a particular version of Lucene, >>>> you should check out the archives of released versions here: >>>> http://archive.apache.org/dist/lucene/java/ >>>> >>>> Is there a particular reason you want the snapshot of 7.2 or 7.3? >>>> >>>> Regards, >>>> Armīns >>>> >>>> On Tue, Jan 9, 2018 at 4:13 PM, Terry Smith <[email protected]> wrote: >>>> >>>>> 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, >>>>> >>>>> --Terry >>>>> >>>>> >>>>> >>>>> >>>>> On Fri, Jan 5, 2018 at 11:06 AM, Terry Smith <[email protected]> >>> wrote: >>>>> >>>>>> 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 >>>>>> >>>>>> >>>>> >>>> >>> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
