On Tue, Oct 11, 2016 at 1:57 AM, John Blum <jb...@pivotal.io> wrote: > Are snapshot builds occurring for the upcoming 1.0.0-incubating release and > is there a (artifact) Repository declaration a developer can include (in > Maven/Gradle) to get the snapshot bits to use for experimentation? > > I tried browsing/searching Apache's artifact repositories > (https://repository.apache.org/content/repositories/) and did not see > anything.
This is the correct repo. I thought this job was publishing -SNAPSHOTs artifacts, but may be not anymore: https://builds.apache.org/job/Geode-nightly/ In fact, is there a reason it doesn't? Here's the list of tasks it hits: clean precheckin distTar distZip uploadArchives Any reason not to add publish to this as well? Thanks, Roman.