Skip to content

Instantly share code, notes, and snippets.

@wheresalice
Created August 7, 2019 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wheresalice/b63f1a46455f07e617cf22550b7ae94c to your computer and use it in GitHub Desktop.
Save wheresalice/b63f1a46455f07e617cf22550b7ae94c to your computer and use it in GitHub Desktop.
<settings>
<profiles>
<profile>
<id>myprofile</id>
<repositories>
<repository>
<id>confluent</id>
<url>https://packages.confluent.io/maven/</url>
</repository>
</repositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>myprofile</activeProfile>
</activeProfiles>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment