Skip to content

Instantly share code, notes, and snippets.

@robertobatts
Last active December 15, 2019 16:14
Show Gist options
  • Save robertobatts/32e13796985e1846076c3f051f2194fc to your computer and use it in GitHub Desktop.
Save robertobatts/32e13796985e1846076c3f051f2194fc to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<servers>
<server>
<username>admin</username>
<password>password</password>
<id>artifactory-server</id>
</server>
</servers>
<profiles>
<profile>
<repositories>
<repository>
<id>artifactory-server</id>
<name>libs-virtual</name>
<url>http://3.134.8.172:8081/artifactory/libs-virtual</url>
</repository>
</repositories>
<id>artifactory-profile</id>
</profile>
</profiles>
<activeProfiles>
<activeProfile>artifactory-profile</activeProfile>
</activeProfiles>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment