summaryrefslogtreecommitdiff
path: root/qa/qa/fixtures/package_managers/maven/settings.xml.erb
blob: b670b83cf85c9983988d9aa9335ec205b8f85e7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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><%= package_project.name %></id>
    <configuration>
      <httpHeaders>
        <property>
          <name><%= maven_header_name %></name>
          <value><%= token %></value>
        </property>
      </httpHeaders>
    </configuration>
  </server>
</servers>
</settings>