Created
July 8, 2020 22:07
-
-
Save klcodanr/1ae00b24fba46f24cba11a0baa1f5f1a to your computer and use it in GitHub Desktop.
Repositories section from a Maven pom.xml for Cloud Manager Private Artifact repositories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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