Maven SNAPSHOT repository

Is there a public snapshot repo for Java agent builds?

Yes, see https://github.com/elastic/apm-agent-java/blob/master/README.md#snapshots

That doesn't give the repository details, just a redirect to the latest jar.

I realised I could just look at the pom though.

<snapshotRepository>
    <id>sonatype-nexus-snapshots</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.