Skip to content
Snippets Groups Projects
settings.xml 532 B
Newer Older
  • Learn to ignore specific revisions
  • Administrator's avatar
    Administrator committed
    <settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
    <servers>
      <server>
        <id>client-149e314a7c2f8c09-5e10edbcbbe7ef85</id>
        <configuration>
          <httpHeaders>
            <property>
              <name>Deploy-Token</name>
              <value>${GROUP_DEPLOY_TOKEN}</value>
            </property>
          </httpHeaders>
        </configuration>
      </server>
    </servers>
    </settings>