Actually, as of PR-2347, https://github.com/apache/geode/pull/2347, the CI is publishing tested SNAPSHOTS to http://maven.apachegeode-ci.info/snapshots .
Having a unversioned SNAPSHOT isn't a Maven thing, so no this would not be possible. Maven (and Maven based builders) all fetch something-1.2-SNAPSHOT formatted artifacts. There isn't a thing for supporting something-SNAPSHOT. -Jake On Wed, Sep 5, 2018 at 3:23 PM Udo Kohlmeyer <[email protected]> wrote: > @Dan, > > I think what John is after is something a less manual, than changing the > `geodeVersion` property every time Geode releases a new version, and > just keep it pointed at a `NIGHTLY` version. > > Do you think this were possible? > > --Udo > > > On 9/5/18 15:16, Dan Smith wrote: > > Hi John, > > > > We are publishing nightly snapshots from the develop branch. See > > > https://repository.apache.org/content/groups/snapshots/org/apache/geode/geode-core/1.8.0-SNAPSHOT/ > > > > Also, see for the gradle build for the examples repo for an example of > > build that is consuming these nightly snapshots: > > > > https://github.com/apache/geode-examples/blob/master/build.gradle > > > > -Dan > > > > On Wed, Sep 5, 2018 at 3:04 PM, John Blum <[email protected]> wrote: > > > >> +1 > >> > >> > >> On Wed, Sep 5, 2018 at 3:00 PM, Udo Kohlmeyer <[email protected]> > >> wrote: > >> > >>> Hi there Geode Dev-list, > >>> > >>> I would like to suggest that Geode starts making nightly build > snapshots > >>> available for downstream consumption. > >>> > >>> Would it be possible to start uploading nightly snapshots to the > >>> http://repository.apache.org/snapshots repo? > >>> > >>> I see the last snapshots uploaded were > >>> > >>> gemfire-core-1.0.0-incubating-20160212.122315-223.jar < > >>> https://repository.apache.org/content/groups/snapshots/org/ > >>> apache/geode/gemfire-core/1.0.0-incubating-SNAPSHOT/gemfire- > >>> core-1.0.0-incubating-20160212.122315-223.jar> Fri Feb 12 12:23:15 > >> UTC > >>> 2016 12821153 > >>> > >>> > >>> --Udo > >>> > >>> > >> > >> -- > >> -John > >> john.blum10101 (skype) > >> > >
