Skip to content

Instantly share code, notes, and snippets.

@msavy
Created March 24, 2020 17:13
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 msavy/a8bd8d2b796b604010f5209703c14f88 to your computer and use it in GitHub Desktop.
Save msavy/a8bd8d2b796b604010f5209703c14f88 to your computer and use it in GitHub Desktop.
<settings>
<servers>
<server>
<id>2_maven_bartr</id>
<username>admin</username>
<password>S^H,IZ0Kf7pvzu57iqte</password>
<configuration></configuration>
</server>
</servers>
<profiles>
<profile>
<id>bartrprofile</id>
<repositories>
<repository>
<id>1_maven_central</id>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
<repository>
<id>2_maven_bartr</id>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<url>http://nexus-jx.bartr.tech/repository/maven-releases/</url>
<layout>default</layout>
</repository>
</repositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>bartrprofile</activeProfile>
</activeProfiles>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment