Skip to content

Instantly share code, notes, and snippets.

@xhanin
Created April 5, 2014 12:26
Show Gist options
  • Save xhanin/9991340 to your computer and use it in GitHub Desktop.
Save xhanin/9991340 to your computer and use it in GitHub Desktop.
Maven Snapshot repository fragment
<repositories>
<repository>
<id>snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment