• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
4  <servers>
5    <server>
6      <id>sonatype-nexus-snapshots</id>
7      <username>${env.CI_DEPLOY_USERNAME}</username>
8      <password>${env.CI_DEPLOY_PASSWORD}</password>
9    </server>
10  </servers>
11</settings>
12