Skip to content

Instantly share code, notes, and snippets.

@juanonlab
Created November 25, 2019 08:27
Show Gist options
  • Save juanonlab/2c7e9bfcef8d75c2f05cda825ada217f to your computer and use it in GitHub Desktop.
Save juanonlab/2c7e9bfcef8d75c2f05cda825ada217f to your computer and use it in GitHub Desktop.
Azure configuration for Maven settings.xml
<servers>
<server>
<id>azure-auth</id>
<configuration>
<client>cccccccc-cccc-cccc-cccc-cccccccccccc</client>
<tenant>tttttttt-tttt-tttt-tttt-tttttttttttt</tenant>
<key>your azure password</key>
<environment>AZURE</environment>
</configuration>
</server>
</servers>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment