Skip to content

Instantly share code, notes, and snippets.

@fcracker79
Created November 26, 2019 14:39
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 fcracker79/808141d0207863417b8ad5229be6efdf to your computer and use it in GitHub Desktop.
Save fcracker79/808141d0207863417b8ad5229be6efdf to your computer and use it in GitHub Desktop.
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>artifactory</id>
<username>postequorum</username>
<password>P0$t3It4l14nE</password>
</server>
</servers>
<profiles>
<profile>
<repositories>
<repository>
<id>artifactory</id>
<snapshots>
<enabled>false</enabled>
</snapshots>
<name>poste-quorum</name>
<url>https://d314astu88ufzo.cloudfront.net/artifactory/poste-quorum</url>
</repository>
</repositories>
</profile>
</profiles>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment