Skip to content

Instantly share code, notes, and snippets.

@klcodanr
Created July 8, 2020 22:07
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 klcodanr/5a982c26582387268d44197ea527aaef to your computer and use it in GitHub Desktop.
Save klcodanr/5a982c26582387268d44197ea527aaef to your computer and use it in GitHub Desktop.
Repositories section from a Maven pom.xml for Cloud Manager Private Artifact repositories
<repositories>
<repository>
<id>Custom-Artifacts</id>
<url>https://myartifacts/maven/v1</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment