Created
July 1, 2015 05:49
-
-
Save carlwilson/98a56657bbc9ffe7678d to your computer and use it in GitHub Desktop.
Maven POM or settings.xml entries for OPF Artifactory repositories.
This file contains hidden or 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
<distributionManagement> | |
<repository> | |
<id>OPF Artefactory</id> | |
<name>OPF Artefactory-releases</name> | |
<url>http://artifactory.opf-labs.org/artifactory/libs-release-local</url> | |
</repository> | |
</distributionManagement> | |
<repositories> | |
<repository> | |
<id>central</id> | |
<name>libs-release</name> | |
<url>http://artifactory.opf-labs.org/artifactory/libs-release</url> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<id>central</id> | |
<name>plugins-release</name> | |
<url>http://artifactory.opf-labs.org/artifactory/libs-release</url> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
</pluginRepository> | |
</pluginRepositories> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment